Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.40 KB | None | 0 0
  1. --- a/mingw-w64/mingw-w64-crt/misc/mingw_getsp.S    2015-08-08 22:18:56.000000000 -0700
  2. +++ b/mingw-w64/mingw-w64-crt/misc/mingw_getsp.S    2015-08-08 22:19:49.000000000 -0700
  3. @@ -27,8 +27,8 @@
  4.  __MINGW_USYMBOL(longjmp):
  5.  #ifdef _WIN64
  6.  #ifndef __SEH__
  7. -  xorl %eax,%eax
  8. -  movl %eax, (%rcx)
  9. +  xorl %rax,%rax
  10. +  movl %rax, (%rcx)
  11.  #endif
  12.    leaq __MINGW_IMP_LSYMBOL(longjmp)(%rip), %rax
  13.    jmpq *(%rax)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement