PATCH: winedos / ppc

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

 



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;
 }
 

Attachment: pgp00159.pgp
Description: PGP signature


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

  Powered by Linux