Trace which real mode interrupt is emulated.

This commit is contained in:
Sylvain Petreolle 2003-06-13 23:17:34 +00:00 committed by Alexandre Julliard
parent da9e567992
commit 918d8f3e20
1 changed files with 2 additions and 1 deletions

View File

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