reset time flags when resuming

This commit is contained in:
Jorj Bauer 2021-01-13 18:10:21 -05:00
parent 821559b091
commit d05401ddb1
1 changed files with 3 additions and 1 deletions

View File

@ -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) {