diff options
| author | 2014-05-20 22:25:40 -0400 | |
|---|---|---|
| committer | 2014-05-20 22:25:40 -0400 | |
| commit | 22eb9a8981c9b4283e37f7d403c598402339ed7f (patch) | |
| tree | 3061db5d237d18610d82c5b28bfe7c326e17b9c3 /src/core/arm/interpreter/armemu.cpp | |
| parent | thread: added correct lowest thread priority, added a thread priority check, ... (diff) | |
| download | yuzu-22eb9a8981c9b4283e37f7d403c598402339ed7f.tar.gz yuzu-22eb9a8981c9b4283e37f7d403c598402339ed7f.tar.xz yuzu-22eb9a8981c9b4283e37f7d403c598402339ed7f.zip | |
armemu: missed rename of "Syscall" to "SVC"
Diffstat (limited to 'src/core/arm/interpreter/armemu.cpp')
| -rw-r--r-- | src/core/arm/interpreter/armemu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/interpreter/armemu.cpp b/src/core/arm/interpreter/armemu.cpp index aa1ff17bb..e5dc7bd44 100644 --- a/src/core/arm/interpreter/armemu.cpp +++ b/src/core/arm/interpreter/armemu.cpp | |||
| @@ -4548,7 +4548,7 @@ ARMul_Emulate26 (ARMul_State * state) | |||
| 4548 | // ARMul_OSHandleSWI (state, BITS (0, 23)); | 4548 | // ARMul_OSHandleSWI (state, BITS (0, 23)); |
| 4549 | // break; | 4549 | // break; |
| 4550 | //} | 4550 | //} |
| 4551 | HLE::CallSyscall(instr); | 4551 | HLE::CallSVC(instr); |
| 4552 | ARMul_Abort (state, ARMul_SWIV); | 4552 | ARMul_Abort (state, ARMul_SWIV); |
| 4553 | break; | 4553 | break; |
| 4554 | } | 4554 | } |