diff options
Diffstat (limited to 'src/opcode.cc')
-rw-r--r-- | src/opcode.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opcode.cc b/src/opcode.cc index 13104073..46f23af9 100644 --- a/src/opcode.cc +++ b/src/opcode.cc @@ -68,6 +68,7 @@ bool Opcode::IsEnabled(const Features& features) const { case Opcode::Catch: case Opcode::Throw: case Opcode::Rethrow: + case Opcode::BrOnExn: return features.exceptions_enabled(); case Opcode::ReturnCallIndirect: |