mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-22 00:32:39 +00:00
fix for returning from BIOS hanging
This commit is contained in:
parent
1e1177f984
commit
0b1ecceb38
@ -115,6 +115,10 @@ static struct timespec runBIOS(struct timespec now)
|
||||
printf("BIOS loop has exited\n");
|
||||
g_biosInterrupt = false; // that's all she wrote!
|
||||
}
|
||||
|
||||
// Reset timers!
|
||||
cpuClockInitialized = false;
|
||||
g_cpu->cycles = 0;
|
||||
|
||||
return diff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user