diff options
Diffstat (limited to 'src/opcode.cc')
-rw-r--r-- | src/opcode.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcode.cc b/src/opcode.cc index ff164752..604aa2cc 100644 --- a/src/opcode.cc +++ b/src/opcode.cc @@ -319,7 +319,7 @@ bool Opcode::IsEnabled(const Features& features) const { // Interpreter opcodes are never "enabled". case Opcode::InterpAlloca: case Opcode::InterpBrUnless: - case Opcode::InterpCallHost: + case Opcode::InterpCallImport: case Opcode::InterpData: case Opcode::InterpDropKeep: return false; |