From 6acbad1b125e52be62983deab166832c0e389c1b Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Sun, 19 Dec 2021 23:10:26 +0900 Subject: [PATCH] Remove debug print --- bootstrap.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.fs b/bootstrap.fs index 957c09c..a7b54f3 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -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 )