Piotr Caban : msvcrt: Don't set frame to 0 in x86_64 _setjmp.

Alexandre Julliard julliard at winehq.org
Wed Aug 10 11:05:58 CDT 2016


Module: wine
Branch: master
Commit: 882980c17a9a033fa8e49a4c116af9583698d218
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=882980c17a9a033fa8e49a4c116af9583698d218

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Wed Aug 10 15:17:16 2016 +0200

msvcrt: Don't set frame to 0 in x86_64 _setjmp.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcrt/except_x86_64.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/msvcrt/except_x86_64.c b/dlls/msvcrt/except_x86_64.c
index d6d4b04..69daf2e 100644
--- a/dlls/msvcrt/except_x86_64.c
+++ b/dlls/msvcrt/except_x86_64.c
@@ -613,7 +613,6 @@ unsigned int CDECL __CxxQueryExceptionSize(void)
  *		_setjmp (MSVCRT.@)
  */
 __ASM_GLOBAL_FUNC( MSVCRT__setjmp,
-                   "xorq %rdx,%rdx\n\t"  /* frame */
                    "jmp " __ASM_NAME("MSVCRT__setjmpex") );
 
 /*******************************************************************




More information about the wine-cvs mailing list