summaryrefslogtreecommitdiffstats
path: root/src/opcode_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcode_list.h')
-rw-r--r--src/opcode_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcode_list.h b/src/opcode_list.h
index ffb27d2f..886131d7 100644
--- a/src/opcode_list.h
+++ b/src/opcode_list.h
@@ -44,5 +44,5 @@ OP(DEPS, CONSTANT, 0, 0)
OP(MODULEMETA, CONSTANT, 0, 0)
OP(GENLABEL, NONE, 0, 1)
-OP(DESTRUCTURE_ALT, NONE, 0, 0)
+OP(DESTRUCTURE_ALT, BRANCH, 0, 0)
OP(STOREVN, VARIABLE, 1, 0)