mirror of
https://github.com/cc65/cc65.git
synced 2025-02-03 22:32:24 +00:00
fix indentation
This commit is contained in:
parent
97b517a892
commit
85d755f214
@ -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…
x
Reference in New Issue
Block a user