summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 667ceed..eac0033 100644
--- a/vm.c
+++ b/vm.c
@@ -85,7 +85,7 @@ int runvm(State *S) {
// printf(")\n");
break;
}
- case OP_PRINT:
+ case OP_PUTS:
println_val(PEEK());
break;
case OP_DROP: