mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[FAST486]
Return TRUE if nothing unexpected occurred. svn path=/branches/ntvdm/; revision=62324
This commit is contained in:
@@ -4244,7 +4244,7 @@ FAST486_OPCODE_HANDLER(Fast486OpcodePushFlags)
|
||||
{
|
||||
/* Call the VM86 monitor */
|
||||
Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_GP, 0);
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* Push the flags */
|
||||
|
||||
Reference in New Issue
Block a user