Added stub for VMM PM API AH=026[de] (never say 'safe mode').
This commit is contained in:
parent
3888246083
commit
ff1c569d5c
|
@ -49,6 +49,12 @@ void VXD_VMM ( CONTEXT *context )
|
||||||
RESET_CFLAG(context);
|
RESET_CFLAG(context);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 0x026d: /* Get_Debug_Flag '/m' */
|
||||||
|
case 0x026e: /* Get_Debug_Flag '/n' */
|
||||||
|
AL_reg(context) = 0;
|
||||||
|
RESET_CFLAG(context);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
VXD_BARF( context, "VMM" );
|
VXD_BARF( context, "VMM" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue