diff options
| author | 2014-06-04 18:41:44 -0400 | |
|---|---|---|
| committer | 2014-06-04 18:41:44 -0400 | |
| commit | c330a0a1d66f916fc19cf92160522530baf1aad1 (patch) | |
| tree | d00a095c2bed626e254caa3f053c7d24bdf1dfa0 /src/core/arm | |
| parent | svc: added optional name field to Event and Mutex (used for debugging) (diff) | |
| download | yuzu-c330a0a1d66f916fc19cf92160522530baf1aad1.tar.gz yuzu-c330a0a1d66f916fc19cf92160522530baf1aad1.tar.xz yuzu-c330a0a1d66f916fc19cf92160522530baf1aad1.zip | |
arm: reverting a change made with cb0663de - this has to have been a typo!
Diffstat (limited to 'src/core/arm')
| -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 1e22cda9d..f3c14e608 100644 --- a/src/core/arm/interpreter/armemu.cpp +++ b/src/core/arm/interpreter/armemu.cpp | |||
| @@ -4456,6 +4456,7 @@ ARMul_Emulate26 (ARMul_State * state) | |||
| 4456 | } | 4456 | } |
| 4457 | /* Drop through. */ | 4457 | /* Drop through. */ |
| 4458 | 4458 | ||
| 4459 | case 0xe0: | ||
| 4459 | case 0xe4: | 4460 | case 0xe4: |
| 4460 | case 0xe6: | 4461 | case 0xe6: |
| 4461 | case 0xe8: | 4462 | case 0xe8: |
| @@ -4489,7 +4490,6 @@ ARMul_Emulate26 (ARMul_State * state) | |||
| 4489 | 4490 | ||
| 4490 | 4491 | ||
| 4491 | /* Co-Processor Register Transfers (MRC) and Data Ops. */ | 4492 | /* Co-Processor Register Transfers (MRC) and Data Ops. */ |
| 4492 | case 0xe0: | ||
| 4493 | case 0xe1: | 4493 | case 0xe1: |
| 4494 | case 0xe3: | 4494 | case 0xe3: |
| 4495 | case 0xe5: | 4495 | case 0xe5: |