Commit 0be39637 authored by Joseph Pranevich's avatar Joseph Pranevich Committed by Alexandre Julliard

Terminate and Stay Resident now a fixme because it shouldn't be a

trace since it doesn't work.
parent e24b6500
......@@ -1214,8 +1214,7 @@ void WINAPI DOS3Call( CONTEXT *context )
break;
case 0x31: /* TERMINATE AND STAY RESIDENT */
TRACE(int21,"TERMINATE AND STAY RESIDENT stub\n");
INT_BARF( context, 0x21 );
FIXME(int21,"TERMINATE AND STAY RESIDENT stub\n");
break;
case 0x32: /* GET DOS DRIVE PARAMETER BLOCK FOR SPECIFIC DRIVE */
......
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