mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-11 11:24:58 +00:00
armemu: missed rename of "Syscall" to "SVC"
This commit is contained in:
parent
203541da11
commit
22eb9a8981
1 changed files with 1 additions and 1 deletions
|
@ -4548,7 +4548,7 @@ ARMul_Emulate26 (ARMul_State * state)
|
||||||
// ARMul_OSHandleSWI (state, BITS (0, 23));
|
// ARMul_OSHandleSWI (state, BITS (0, 23));
|
||||||
// break;
|
// break;
|
||||||
//}
|
//}
|
||||||
HLE::CallSyscall(instr);
|
HLE::CallSVC(instr);
|
||||||
ARMul_Abort (state, ARMul_SWIV);
|
ARMul_Abort (state, ARMul_SWIV);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue