Skip to content
Snippets Groups Projects
Commit 7cd7d179 authored by bunnei's avatar bunnei
Browse files

removed undefined function ARMul_ConsolePrint

parent ad49d481
No related branches found
No related tags found
No related merge requests found
...@@ -459,7 +459,7 @@ so I think MMUReg[1]'s bit 6 should always be 1 ...@@ -459,7 +459,7 @@ so I think MMUReg[1]'s bit 6 should always be 1
//state->data32Sig << 5 | state->lateabtSig << 6 | state->bigendSig << 7; //state->data32Sig << 5 | state->lateabtSig << 6 | state->bigendSig << 7;
ARMul_ConsolePrint (state, ", MMU present"); NOTICE_LOG(ARM11, "ARMul_ConsolePrint: MMU present");
return TRUE; return TRUE;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment