Added stub for VMM PM API AH=026[de] (never say 'safe mode').

This commit is contained in:
Ulrich Weigand 1998-10-14 18:01:08 +00:00 committed by Alexandre Julliard
parent 3888246083
commit ff1c569d5c
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@ void VXD_VMM ( CONTEXT *context )
RESET_CFLAG(context);
break;
case 0x026d: /* Get_Debug_Flag '/m' */
case 0x026e: /* Get_Debug_Flag '/n' */
AL_reg(context) = 0;
RESET_CFLAG(context);
break;
default:
VXD_BARF( context, "VMM" );
}