Add #no_init suffix directive for asm specifications.

This commit is contained in:
gingerBill
2026-08-24 19:10:32 +01:00
parent dfa473f2c8
commit 3e159a4e10
4 changed files with 93 additions and 43 deletions

View File

@@ -196,6 +196,8 @@ struct AsmTemplateEntityDecl {
i32 view_of; // total_index of the source operand this is a width-view of, else -1
i32 view_bits; // the view width in bits, otherwise 0
bool no_init;
};
// An Entity is a named "thing" in the language