mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 18:08:04 +00:00
Add space after function names
This commit is contained in:
parent
db02a89b5d
commit
815e30c47f
@ -329,6 +329,6 @@ void ParaVirtHooks (CPURegs* Regs)
|
|||||||
Hooks[Regs->PC - PARAVIRT_BASE] (Regs);
|
Hooks[Regs->PC - PARAVIRT_BASE] (Regs);
|
||||||
|
|
||||||
/* Simulate RTS */
|
/* Simulate RTS */
|
||||||
lo = Pop(Regs);
|
lo = Pop (Regs);
|
||||||
Regs->PC = lo + (Pop(Regs) << 8) + 1;
|
Regs->PC = lo + (Pop (Regs) << 8) + 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user