diff options
Diffstat (limited to 'src/ir.h')
-rw-r--r-- | src/ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -409,7 +409,7 @@ class RefTypeExpr : public ExprMixin<TypeEnum> { }; typedef RefTypeExpr<ExprType::RefNull> RefNullExpr; -typedef RefTypeExpr<ExprType::RefIsNull> RefIsNullExpr; +typedef ExprMixin<ExprType::RefIsNull> RefIsNullExpr; template <ExprType TypeEnum> class OpcodeExpr : public ExprMixin<TypeEnum> { |