From 20584e520dfd44393aa66350b442e8a23e46c5a3 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 26 Jun 2024 14:42:55 +0100 Subject: remove implicit print and adjust tests accordingly --- com.c | 1 - 1 file changed, 1 deletion(-) (limited to 'com.c') diff --git a/com.c b/com.c index d95cdb5..73d7e46 100644 --- a/com.c +++ b/com.c @@ -511,7 +511,6 @@ int main(int argc, char **argv) { } - compile_opcode(&com, OP_PUTS); compile_opcode(&com, OP_HALT); Thread th = thread_new(S); -- cgit v1.2.3