summaryrefslogtreecommitdiff
path: root/src/interp/istream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/istream.cc')
-rw-r--r--src/interp/istream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/istream.cc b/src/interp/istream.cc
index 51ce23d0..6bd84883 100644
--- a/src/interp/istream.cc
+++ b/src/interp/istream.cc
@@ -462,7 +462,7 @@ Instr Istream::Read(Offset* offset) const {
break;
case Opcode::Call:
- case Opcode::InterpCallHost:
+ case Opcode::InterpCallImport:
instr.kind = InstrKind::Imm_Index_Op_N;
instr.imm_u32 = ReadAt<u32>(offset);
break;