mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user