early-access version 2358

This commit is contained in:
pineappleEA
2021-12-30 06:46:13 +01:00
parent 5efb208ea8
commit 7232173690
10 changed files with 19 additions and 6 deletions

View File

@@ -376,7 +376,7 @@ Id EmitGetAttributeU32(EmitContext& ctx, IR::Attribute attr, Id) {
return ctx.OpISub(ctx.U32[1], index, base);
}
default:
throw NotImplementedException("Read attribute {}", attr);
throw NotImplementedException("Read U32 attribute {}", attr);
}
}