mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-22 00:32:39 +00:00
reset time flags when resuming
This commit is contained in:
parent
821559b091
commit
d05401ddb1
@ -176,7 +176,9 @@ static struct timespec runCPU(struct timespec now)
|
||||
|
||||
if (debugger.active()) {
|
||||
debugger.step();
|
||||
// FIXME need to reset starttime for this and g_cpu->cycles
|
||||
// reset time flags
|
||||
cpuClockInitialized = false;
|
||||
g_cpu->cycles = 0;
|
||||
}
|
||||
|
||||
if (send_rst) {
|
||||
|
Loading…
Reference in New Issue
Block a user