Commit d593be3b authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

krnl386.exe16: Simply clean a comment from master/slave.

parent 6f9d2080
......@@ -446,7 +446,7 @@ void WINAPI DOSVM_Int31Handler( CONTEXT *context )
SET_AX( context, 0x005a ); /* DPMI version 0.90 */
SET_BX( context, 0x0005 ); /* Flags: 32-bit, virtual memory */
SET_CL( context, si.wProcessorLevel );
SET_DX( context, 0x0870 ); /* Master/slave interrupt controller base */
SET_DX( context, 0x0870 ); /* Interrupt controller base */
}
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