Fix not passing arguments to printf

This commit is contained in:
LagoLunatic
2024-03-13 16:36:49 -04:00
parent 786652e0f5
commit 9bccf43a3c
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -818,9 +818,7 @@ bool JKRExpHeap::dump() {
}
/* 802B2D5C-802B2F5C .text dump_sort_by_address__10JKRExpHeapFv */
// regalloc
bool JKRExpHeap::dump_sort_by_address() {
/* Nonmatching */
lock();
bool result = check();
u32 usedBytes = 0;
@@ -855,7 +853,7 @@ bool JKRExpHeap::dump_sort_by_address() {
}
if (!block->isValid()) {
JUTReportConsole_f("xxxxx %08x: -------- --- --- (-------- --------)\nabort\n");
JUTReportConsole_f("xxxxx %08x: -------- --- --- (-------- --------)\nabort\n", nextBlock);
break;
}