PATCH: msvcrt except ppc

Marcus Meissner meissner at suse.de
Thu Oct 31 03:11:10 CST 2002


Hi,

Ciao, Marcus
Changelog:
	Make _seh_longjmp_unwind i386 only for now (_JUMP_BUF is not
	yet defined on PowerPC).

Index: dlls/msvcrt/except.c
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/except.c,v
retrieving revision 1.20
diff -u -r1.20 except.c
--- dlls/msvcrt/except.c	16 Oct 2002 18:59:38 -0000	1.20
+++ dlls/msvcrt/except.c	31 Oct 2002 09:10:15 -0000
@@ -370,7 +370,6 @@
     context->Eip = jmp->Eip;
     context->Eax = retval;
 }
-#endif /* i386 */
 
 /*********************************************************************
  *		_seh_longjmp_unwind (MSVCRT.@)
@@ -379,6 +378,7 @@
 {
     _local_unwind2( (MSVCRT_EXCEPTION_FRAME *)jmp->Registration, jmp->TryLevel );
 }
+#endif /* i386 */
 
 /*********************************************************************
  *		signal (MSVCRT.@)



More information about the wine-patches mailing list