Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time
[p5sagit/p5-mst-13.2.git] / scope.h
diff --git a/scope.h b/scope.h
index 580a730..0b9a483 100644 (file)
--- 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))