mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-27 07:21:31 +00:00
Fix pinning logic for asm registers
This commit is contained in:
@@ -497,6 +497,7 @@ struct AstSplitArgs {
|
||||
Ast * name; \
|
||||
}) \
|
||||
AST_KIND(AsmInstruction, "asm instruction", struct { \
|
||||
Ast * prefix; /*optional*/ \
|
||||
Ast * name; \
|
||||
Slice<Ast *> operands; \
|
||||
}) \
|
||||
|
||||
Reference in New Issue
Block a user