summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h2
1 files changed, 1 insertions, 1 deletions
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,