uxnmin should not wait for system/halt

This commit is contained in:
Devine Lu Linvega 2024-07-02 16:26:32 -08:00
parent adb295fbb6
commit 61ff230941
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ emu_deo(Uint8 addr, Uint8 value)
int
uxn_eval(Uint16 pc)
{
if(!pc || uxn.dev[0x0f]) return 0;
if(!pc) return 0;
for(;;) {
Uint8 t;
Uint16 tt;