PATCH: msvcrt except ppc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.@)


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux