diff options
| author | 2015-05-14 00:24:38 -0400 | |
|---|---|---|
| committer | 2015-05-14 00:24:38 -0400 | |
| commit | e83bc5b7ee45ae24821c4cd185dd6a14dbd3b4d4 (patch) | |
| tree | 779094b31066b60ab8739ce9aacc220315662cb8 | |
| parent | Merge pull request #763 from bunnei/qt-fix-crash (diff) | |
| download | yuzu-e83bc5b7ee45ae24821c4cd185dd6a14dbd3b4d4.tar.gz yuzu-e83bc5b7ee45ae24821c4cd185dd6a14dbd3b4d4.tar.xz yuzu-e83bc5b7ee45ae24821c4cd185dd6a14dbd3b4d4.zip | |
dyncom: Removed irrelevant log.
Diffstat (limited to '')
| -rw-r--r-- | src/core/arm/interpreter/armsupp.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/arm/interpreter/armsupp.cpp b/src/core/arm/interpreter/armsupp.cpp index 15c6f595b..1b078dc71 100644 --- a/src/core/arm/interpreter/armsupp.cpp +++ b/src/core/arm/interpreter/armsupp.cpp | |||
| @@ -454,8 +454,6 @@ void WriteCP15Register(ARMul_State* cpu, u32 value, u32 crn, u32 opcode_1, u32 c | |||
| 454 | } | 454 | } |
| 455 | else if (crn == 7 && opcode_1 == 0) | 455 | else if (crn == 7 && opcode_1 == 0) |
| 456 | { | 456 | { |
| 457 | LOG_WARNING(Core_ARM11, "Cache operations are not fully implemented."); | ||
| 458 | |||
| 459 | if (crm == 0 && opcode_2 == 4) | 457 | if (crm == 0 && opcode_2 == 4) |
| 460 | { | 458 | { |
| 461 | cpu->CP15[CP15_WAIT_FOR_INTERRUPT] = value; | 459 | cpu->CP15[CP15_WAIT_FOR_INTERRUPT] = value; |