mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
Fixed bug of (free)
This commit is contained in:
parent
6050e60671
commit
17be0a6c89
1 changed files with 1 additions and 1 deletions
|
@ -2400,7 +2400,7 @@ BLOCK-SIZE remaining-size !
|
|||
;
|
||||
|
||||
\ Bootstrapping version of free do nothing.
|
||||
: (free) ( addr -- ) ;
|
||||
: (free) ( addr -- ) drop ;
|
||||
|
||||
( === File I/O === )
|
||||
|
||||
|
|
Loading…
Reference in a new issue