mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
fixed a bug
This commit is contained in:
parent
bfd136f0ed
commit
a28cbc259f
1 changed files with 1 additions and 1 deletions
|
@ -2401,7 +2401,7 @@ BLOCK-SIZE remaining-size !
|
|||
dup remaining-size @ <= if
|
||||
( u addr )
|
||||
next-addr @
|
||||
swap dup next-addr +! remaining-size -!
|
||||
swap aligned dup next-addr +! remaining-size -!
|
||||
else
|
||||
drop -1
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue