diff options
| author | 2014-05-16 00:51:36 -0400 | |
|---|---|---|
| committer | 2014-05-16 00:51:36 -0400 | |
| commit | 7cd7d179547d3dd1463ca2c6f8d809f78463233e (patch) | |
| tree | 3d0bd6f43f1c8b33a2e7ce287815dec8ff94196a /src | |
| parent | added missing armcopro from skyeye (diff) | |
| download | yuzu-7cd7d179547d3dd1463ca2c6f8d809f78463233e.tar.gz yuzu-7cd7d179547d3dd1463ca2c6f8d809f78463233e.tar.xz yuzu-7cd7d179547d3dd1463ca2c6f8d809f78463233e.zip | |
removed undefined function ARMul_ConsolePrint
Diffstat (limited to 'src')
| -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 | } |