Switch debugstr to debugger

This commit is contained in:
Zane Kaminski 2021-04-02 02:28:56 -04:00
parent 5c5a6a97b7
commit cc72be48b8
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -57,7 +57,7 @@ void C24(Ptr sourcePtr, Ptr destPtr, unsigned long byteCount) {
void __attribute__ ((noinline)) P24(Ptr ptr, Ptr patch) {
signed char mode = true32b;
SwapMMUMode(&mode);
DebugStr("\phello");
Debugger();
*ptr = *patch; // Patch byte
SwapMMUMode(&mode);
}