DPMI : (fix) Know which real mode interrupt is emulated

Sylvain Petreolle spetreolle at yahoo.fr
Thu Jun 26 15:39:34 CDT 2003


Changelog :
Display the simulated interrupt number like this is done everywhere, in
hexadecimal.
Index: int31.c
===================================================================
RCS file: /home/wine/wine/dlls/winedos/int31.c,v
retrieving revision 1.23
diff -u -r1.23 int31.c
--- int31.c     20 Jun 2003 21:27:49 -0000      1.23
+++ int31.c     26 Jun 2003 20:34:18 -0000
@@ -1062,7 +1062,7 @@
         break;
  
     case 0x0300:  /* Simulate real mode interrupt */
-        TRACE( "Simulate real mode interrupt %d.\n", BL_reg(context));
+        TRACE( "Simulate real mode interrupt %02x.\n",
BL_reg(context));
         DOSVM_CallRMInt( context );
         break;
  


=====
Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) 
ICQ #170597259

alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 2>&1 |tee cvslog'

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

___________________________________________________________
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