Skip to content
Snippets Groups Projects
Commit 22eb9a89 authored by bunnei's avatar bunnei
Browse files

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

parent 203541da
No related branches found
No related tags found
No related merge requests found
...@@ -4548,7 +4548,7 @@ ARMul_Emulate26 (ARMul_State * state) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment