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

trace since it doesn't work.
This commit is contained in:
Joseph Pranevich 1998-10-17 11:57:52 +00:00 committed by Alexandre Julliard
parent e24b6500de
commit 0be396373d
1 changed files with 1 additions and 2 deletions

View File

@ -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 */