Use macro V86_FLAG.

This commit is contained in:
Ove Kaaven 1998-11-01 12:53:17 +00:00 committed by Alexandre Julliard
parent 6877411688
commit 99c174e9a1
1 changed files with 1 additions and 1 deletions
msdos

View File

@ -145,7 +145,7 @@ static void INT_GetRealModeContext( REALMODECALL *call, CONTEXT *context )
ESI_reg(context) = call->esi;
EDI_reg(context) = call->edi;
EBP_reg(context) = call->ebp;
EFL_reg(context) = call->fl | 0x00020000; /* V86 */
EFL_reg(context) = call->fl | V86_FLAG;
EIP_reg(context) = call->ip;
ESP_reg(context) = call->sp;
CS_reg(context) = call->cs;