diff options
Diffstat (limited to 'src/ir.cc')
-rw-r--r-- | src/ir.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -641,7 +641,7 @@ void Var::Destroy() { uint8_t ElemSegment::GetFlags(const Module* module) const { uint8_t flags = 0; - bool all_ref_func = elem_type == Type::Funcref; + bool all_ref_func = elem_type == Type::FuncRef; switch (kind) { case SegmentKind::Active: { |