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