[FAST486]

Remove the waiting code for the HLT instruction until I figure out how to do it properly.


svn path=/branches/ntvdm/; revision=61276
This commit is contained in:
Aleksandar Andrejevic 2013-12-15 05:08:57 +00:00
parent ec32b3ef34
commit f8861a562a

View file

@ -883,7 +883,7 @@ FAST486_OPCODE_HANDLER(Fast486OpcodeHalt)
}
/* Halt */
while (State->IntStatus != FAST486_INT_SIGNAL) State->IdleCallback(State);
// TODO: Halt the CPU until an interrupt occurs, using IdleCallback if needed.
/* Return success */
return TRUE;