diff options
Diffstat (limited to 'src/heapbar.S')
-rw-r--r-- | src/heapbar.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heapbar.S b/src/heapbar.S index b8b1f6d..4e728e2 100644 --- a/src/heapbar.S +++ b/src/heapbar.S @@ -73,7 +73,7 @@ doHeapBar: lwz r6, 0x3128(r6) lis r3, THE_THING@h ori r3, r3, THE_THING@l - bl OSReport + #bl OSReport bl cppGXEnd |