mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +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:
parent
ec32b3ef34
commit
f8861a562a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue