GoSXB: fix minor romfs bug

This commit is contained in:
mgcaret 2020-05-07 13:12:25 -07:00
parent 0a8b1c5a40
commit 5ba9a3c963
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ external
: ?romfs-run ( addr u -- ... )
romfs-lookup
dup if
over c@ 8 = if
over 1+ c@ 8 = if
\ is probably FCode
drop 1 1 byte-load
else