mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-04 19:20:20 +00:00
Add #no_init suffix directive for asm specifications.
This commit is contained in:
@@ -489,10 +489,11 @@ struct AstSplitArgs {
|
||||
Token flag; \
|
||||
}) \
|
||||
AST_KIND(AsmSpec, "asm specification", struct { \
|
||||
Ast *name; \
|
||||
Ast *tied_name; \
|
||||
Ast *type; \
|
||||
Ast *value; \
|
||||
Ast * name; \
|
||||
Ast * tied_name; \
|
||||
Ast * type; \
|
||||
Ast * value; \
|
||||
Array<Ast *> directives; \
|
||||
}) \
|
||||
AST_KIND(AsmClobber, "asm clobber", struct { \
|
||||
Token token; \
|
||||
|
||||
Reference in New Issue
Block a user