PATCH: winedos / ppc

Marcus Meissner meissner at suse.de
Wed Jul 2 03:29:08 CDT 2003


Hi,

Ciao, Marcus

Changelog:
	DPMI exceptions only happen on i386.

Index: dlls/winedos/int31.c
===================================================================
RCS file: /home/wine/wine/dlls/winedos/int31.c,v
retrieving revision 1.25
diff -u -r1.25 int31.c
--- dlls/winedos/int31.c	1 Jul 2003 03:37:41 -0000	1.25
+++ dlls/winedos/int31.c	2 Jul 2003 08:28:33 -0000
@@ -88,6 +88,7 @@
  */
 static WINE_EXCEPTION_FILTER(dpmi_exception_handler)
 {
+#ifdef __i386__
     EXCEPTION_RECORD *rec = GetExceptionInformation()->ExceptionRecord;
     CONTEXT *context = GetExceptionInformation()->ContextRecord;
 
@@ -98,7 +99,7 @@
         DOSVM_SendQueuedEvents(context);
         return EXCEPTION_CONTINUE_EXECUTION;
     }
-
+#endif
     return EXCEPTION_CONTINUE_SEARCH;
 }
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 481 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20030702/3020f6c3/attachment.pgp


More information about the wine-patches mailing list