[FAST486]

Return TRUE if nothing unexpected occurred.


svn path=/branches/ntvdm/; revision=62324
This commit is contained in:
Aleksandar Andrejevic 2014-02-25 00:02:54 +00:00
parent e61c05c35c
commit 8abb2bdad6

View file

@ -4244,7 +4244,7 @@ FAST486_OPCODE_HANDLER(Fast486OpcodePushFlags)
{ {
/* Call the VM86 monitor */ /* Call the VM86 monitor */
Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_GP, 0); Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_GP, 0);
return FALSE; return TRUE;
} }
/* Push the flags */ /* Push the flags */