mirror of
https://github.com/mgcaret/of816.git
synced 2025-01-06 08:31:31 +00:00
GoSXB: fix minor romfs bug
This commit is contained in:
parent
0a8b1c5a40
commit
5ba9a3c963
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user