From: Paul Gofman pgofman@codeweavers.com
--- dlls/kernel32/module.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/kernel32/module.c b/dlls/kernel32/module.c index ed15e57c29c..85931df57d9 100644 --- a/dlls/kernel32/module.c +++ b/dlls/kernel32/module.c @@ -322,7 +322,6 @@ FARPROC WINAPI __attribute__((naked)) GetProcAddress( HMODULE module, LPCSTR fun } #elif defined(__x86_64__) __ASM_GLOBAL_FUNC( GetProcAddress, - ".byte 0x48\n\t" /* hotpatch prolog */ "pushq %rbp\n\t" __ASM_SEH(".seh_pushreg %rbp\n\t") __ASM_CFI(".cfi_adjust_cfa_offset 8\n\t")