DPMI : Know which real mode interrupt is emulated

Sylvain Petreolle spetreolle at yahoo.fr
Fri Jun 13 12:53:09 CDT 2003


Changelog : Know which real mode interrupt is emulated.

Index: int31.c
===================================================================
RCS file: /home/wine/wine/dlls/winedos/int31.c,v
retrieving revision 1.21
diff -u -r1.21 int31.c
--- int31.c     2 May 2003 20:12:10 -0000       1.21
+++ int31.c     13 Jun 2003 17:50:09 -0000
@@ -1062,7 +1062,8 @@
         break;
  
     case 0x0300:  /* Simulate real mode interrupt */
-        TRACE( "Simulate real mode interrupt.\n" );
+
+        TRACE( "Simulate real mode interrupt %d.\n", BL_reg(context));
         DOSVM_CallRMInt( context );
         break;
  


=====
Sylvain Petreolle (spetreolle at users dot sourceforge dot net) 
ICQ #170597259

"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".

For the Law of Oil and Fire, Im an European that lives in France.
For all my Brothers and friends, Im a human living on Earth.

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



More information about the wine-patches mailing list