mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Remove debug print
This commit is contained in:
parent
3ea474ed49
commit
6acbad1b12
1 changed files with 1 additions and 1 deletions
|
@ -2464,7 +2464,7 @@ BLOCK-SIZE remaining-size !
|
|||
6 constant SYS-CLOSE
|
||||
|
||||
: (open) ( c-addr fam -- fd )
|
||||
%110100100 .s -rot swap SYS-OPEN syscall3
|
||||
%110100100 -rot swap SYS-OPEN syscall3
|
||||
;
|
||||
|
||||
: (close) ( obj -- n )
|
||||
|
|
Loading…
Reference in a new issue