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;
}