(system.c) The debug port will always print the stacks, even if empty

This commit is contained in:
Devine Lu Linvega 2023-04-06 17:50:03 -07:00
parent 38ec3ef7e7
commit eaf7d095ec
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ system_deo(Uxn *u, Uint8 *d, Uint8 port)
system_cmd(u->ram, PEEK2(d + 2));
break;
case 0xe:
if(u->wst->ptr || u->rst->ptr) system_inspect(u);
system_inspect(u);
break;
}
}