summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index 580a7305b0..0b9a483515 100644
--- a/scope.h
+++ b/scope.h
@@ -24,7 +24,7 @@
#define SAVEt_I16 23
#define SAVEt_AELEM 24
#define SAVEt_HELEM 25
-#define SAVEt_OP 24
+#define SAVEt_OP 26
#define SSCHECK(need) if (savestack_ix + need > savestack_max) savestack_grow()
#define SSPUSHINT(i) (savestack[savestack_ix++].any_i32 = (I32)(i))