1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-05-28 14:41:27 +00:00

GoSXB: fix minor romfs bug

This commit is contained in:
mgcaret 2020-05-07 13:12:25 -07:00
parent 0a8b1c5a40
commit 5ba9a3c963

View File

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