mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
fix indentation
This commit is contained in:
@@ -157,7 +157,7 @@ static void PVExit (CPURegs* Regs)
|
|||||||
{
|
{
|
||||||
Print (stderr, 1, "PVExit ($%02X)\n", Regs->AC);
|
Print (stderr, 1, "PVExit ($%02X)\n", Regs->AC);
|
||||||
if (PrintCycles) {
|
if (PrintCycles) {
|
||||||
Print (stdout, 0, "%lu cycles\n", GetCycles ());
|
Print (stdout, 0, "%lu cycles\n", GetCycles ());
|
||||||
}
|
}
|
||||||
|
|
||||||
exit (Regs->AC);
|
exit (Regs->AC);
|
||||||
|
Reference in New Issue
Block a user