0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

armemu: missed rename of "Syscall" to "SVC"

This commit is contained in:
bunnei 2014-05-20 22:25:40 -04:00
parent 203541da11
commit 22eb9a8981

View File

@ -4548,7 +4548,7 @@ ARMul_Emulate26 (ARMul_State * state)
// ARMul_OSHandleSWI (state, BITS (0, 23));
// break;
//}
HLE::CallSyscall(instr);
HLE::CallSVC(instr);
ARMul_Abort (state, ARMul_SWIV);
break;
}