mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-02 18:23:35 +00:00
Add #no_init suffix directive for asm specifications.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user