summaryrefslogtreecommitdiff
path: root/src/interp/interp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/interp.cc')
-rw-r--r--src/interp/interp.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/interp.cc b/src/interp/interp.cc
index ac723a74..52fb15c2 100644
--- a/src/interp/interp.cc
+++ b/src/interp/interp.cc
@@ -3271,6 +3271,7 @@ Result Thread::Run(int num_instructions) {
// The following opcodes are either never generated or should never be
// executed.
case Opcode::Block:
+ case Opcode::BrOnExn:
case Opcode::Catch:
case Opcode::Else:
case Opcode::End: