1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-03 22:32:24 +00:00

fix indentation

This commit is contained in:
Christian Groessler 2016-07-05 17:10:10 +02:00
parent 97b517a892
commit 85d755f214

View File

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