Fix pinning logic for asm registers

This commit is contained in:
gingerBill
2026-08-10 12:06:28 +01:00
parent b4da67c6af
commit cee5bd79e0
4 changed files with 89 additions and 45 deletions

View File

@@ -497,6 +497,7 @@ struct AstSplitArgs {
Ast * name; \
}) \
AST_KIND(AsmInstruction, "asm instruction", struct { \
Ast * prefix; /*optional*/ \
Ast * name; \
Slice<Ast *> operands; \
}) \