Add space after function names
This commit is contained in:
parent
1f6bc6240f
commit
22a3d55e40
1 changed files with 2 additions and 2 deletions
|
@ -329,6 +329,6 @@ void ParaVirtHooks (CPURegs* Regs)
|
|||
Hooks[Regs->PC - PARAVIRT_BASE] (Regs);
|
||||
|
||||
/* Simulate RTS */
|
||||
lo = Pop(Regs);
|
||||
Regs->PC = lo + (Pop(Regs) << 8) + 1;
|
||||
lo = Pop (Regs);
|
||||
Regs->PC = lo + (Pop (Regs) << 8) + 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue