diff options
Diffstat (limited to 'src/opcode.cc')
-rw-r--r-- | src/opcode.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/opcode.cc b/src/opcode.cc index a03815ac..9679ef30 100644 --- a/src/opcode.cc +++ b/src/opcode.cc @@ -180,11 +180,11 @@ bool Opcode::IsEnabled(const Features& features) const { return features.threads_enabled(); // Interpreter opcodes are never "enabled". - case Opcode::InterpreterAlloca: - case Opcode::InterpreterBrUnless: - case Opcode::InterpreterCallHost: - case Opcode::InterpreterData: - case Opcode::InterpreterDropKeep: + case Opcode::InterpAlloca: + case Opcode::InterpBrUnless: + case Opcode::InterpCallHost: + case Opcode::InterpData: + case Opcode::InterpDropKeep: return false; default: |