fix indentation
This commit is contained in:
parent
97b517a892
commit
85d755f214
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ static void PVExit (CPURegs* Regs)
|
|||
{
|
||||
Print (stderr, 1, "PVExit ($%02X)\n", Regs->AC);
|
||||
if (PrintCycles) {
|
||||
Print (stdout, 0, "%lu cycles\n", GetCycles ());
|
||||
Print (stdout, 0, "%lu cycles\n", GetCycles ());
|
||||
}
|
||||
|
||||
exit (Regs->AC);
|
||||
|
|
Loading…
Add table
Reference in a new issue