Display the interrupt number in hexadecimal.

This commit is contained in:
Sylvain Petreolle 2003-06-27 19:40:29 +00:00 committed by Alexandre Julliard
parent 860a2714ae
commit 1ce760568c

View file

@ -1062,7 +1062,7 @@ void WINAPI DOSVM_Int31Handler( CONTEXT86 *context )
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;