diff options
Diffstat (limited to 'src/core/arm/interpreter/armcopro.cpp')
| -rw-r--r-- | src/core/arm/interpreter/armcopro.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/interpreter/armcopro.cpp b/src/core/arm/interpreter/armcopro.cpp index 7ef3a3bb8..6a75e6601 100644 --- a/src/core/arm/interpreter/armcopro.cpp +++ b/src/core/arm/interpreter/armcopro.cpp | |||
| @@ -459,7 +459,7 @@ so I think MMUReg[1]'s bit 6 should always be 1 | |||
| 459 | //state->data32Sig << 5 | state->lateabtSig << 6 | state->bigendSig << 7; | 459 | //state->data32Sig << 5 | state->lateabtSig << 6 | state->bigendSig << 7; |
| 460 | 460 | ||
| 461 | 461 | ||
| 462 | ARMul_ConsolePrint (state, ", MMU present"); | 462 | NOTICE_LOG(ARM11, "ARMul_ConsolePrint: MMU present"); |
| 463 | 463 | ||
| 464 | return TRUE; | 464 | return TRUE; |
| 465 | } | 465 | } |