add 2 more stacktrace entries to fill the page

This commit is contained in:
someone2639
2021-09-19 12:35:48 -04:00
parent a57acd8d5a
commit c97acfb2d8

View File

@@ -270,7 +270,7 @@ void draw_stacktrace(OSThread *thread, s32 cause) {
osWritebackDCacheAll();
for (int i = 0; i < 16; i++) {
for (int i = 0; i < 18; i++) {
if ((u32) find_function_in_stack == 0x80345678) {
crash_screen_print(30, 45 + (i * 10), "STACK TRACE DISABLED");
break;