Initialize halt

This commit is contained in:
Jeffrey Pfau 2014-04-20 01:05:29 -07:00
parent 9bf77f6653
commit e739e4000b
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ void ARMReset(struct ARMCore* cpu) {
cpu->cycles = 0;
cpu->nextEvent = 0;
cpu->halted = 0;
cpu->irqh.reset(cpu);
}