mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-09 13:30:34 +00:00
add back logging
This commit is contained in:
parent
0d6874ae08
commit
5293a49d7f
@ -747,6 +747,17 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
|
|
||||||
if (cpuGetStop()) break; // will this also be set by an interrupt?
|
if (cpuGetStop()) break; // will this also be set by an interrupt?
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef CPU_INSTRUCTION_LOGGING
|
||||||
|
if (Flags.traceCPU || Flags.traceMacsbug)
|
||||||
|
{
|
||||||
|
InstructionLogger();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cycles += cpuExecuteInstruction();
|
cycles += cpuExecuteInstruction();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user