Remove debug print

This commit is contained in:
Koichi Nakamura 2021-12-19 23:10:26 +09:00
parent 3ea474ed49
commit 6acbad1b12

View file

@ -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 )