Commit 1ce76056 authored by Sylvain Petreolle's avatar Sylvain Petreolle Committed by Alexandre Julliard

Display the interrupt number in hexadecimal.

parent 860a2714
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment