Commit ff1c569d authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

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

parent 38882460
......@@ -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" );
}
......
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