renamed "syscall" module to "svc" (more accurate naming)
This commit is contained in:
parent
f654a03f1f
commit
143bba2045
9 changed files with 28 additions and 26 deletions
|
@ -34,7 +34,7 @@ struct ModuleDef {
|
|||
|
||||
void RegisterModule(std::string name, int num_functions, const FunctionDef *func_table);
|
||||
|
||||
void CallSyscall(u32 opcode);
|
||||
void CallSVC(u32 opcode);
|
||||
|
||||
void EatCycles(u32 cycles);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue