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

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Piotr Caban 2016-08-10 15:17:16 +02:00 committed by Alexandre Julliard
parent eaa20836d2
commit 882980c17a

View file

@ -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") );
/*******************************************************************