Merge pull request #36 from nineties/remove_debugprint

Remove debug print
This commit is contained in:
Koichi NAKAMURA 2021-12-19 23:11:27 +09:00 committed by GitHub
commit 8f97e3fd65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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