renamed "syscall" module to "svc" (more accurate naming)

This commit is contained in:
bunnei 2014-05-20 18:28:38 -04:00
parent f654a03f1f
commit 143bba2045
9 changed files with 28 additions and 26 deletions

View file

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