From 81662aa56b8ad2fa397b1d3e9dd3bb398c7d1798 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 21 Jun 2024 16:01:46 +0100 Subject: print -> puts --- vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm.h') diff --git a/vm.h b/vm.h index 609ed2c..8fa72a1 100644 --- a/vm.h +++ b/vm.h @@ -38,7 +38,7 @@ Thread thread_new(State *S); typedef enum { OP_RET, OP_LOADK, - OP_PRINT, + OP_PUTS, OP_ADD, OP_SUB, -- cgit v1.2.3