mirror of
https://github.com/nineties/planckforth
synced 2025-01-27 08:00:04 +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
|
dup remaining-size @ <= if
|
||||||
( u addr )
|
( u addr )
|
||||||
next-addr @
|
next-addr @
|
||||||
swap dup next-addr +! remaining-size -!
|
swap aligned dup next-addr +! remaining-size -!
|
||||||
else
|
else
|
||||||
drop -1
|
drop -1
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue