summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opcode.h2
-rwxr-xr-xopcode.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index abd9bffa85..a4efb5acba 100644
--- a/opcode.h
+++ b/opcode.h
@@ -891,7 +891,7 @@ EXT char *PL_op_desc[] = {
"line sequence",
"next statement",
"debug next statement",
- "unstack",
+ "iteration finalizer",
"block entry",
"block exit",
"block",
diff --git a/opcode.pl b/opcode.pl
index 0243847f4c..ee4fbb0e7f 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -485,7 +485,7 @@ reset reset ck_fun is% S?
lineseq line sequence ck_null @
nextstate next statement ck_null s;
dbstate debug next statement ck_null s;
-unstack unstack ck_null s0
+unstack iteration finalizer ck_null s0
enter block entry ck_null 0
leave block exit ck_null @
scope block ck_null @