Add amd64 clobber table to asm_tables_amd64.cpp

This commit is contained in:
gingerBill
2026-08-12 11:33:07 +01:00
parent 6bd2fd7e8b
commit b9a7ed9942
3 changed files with 461 additions and 3 deletions

View File

@@ -342,10 +342,14 @@ struct Entity {
Ast *node;
bool has_side_effects;
bool is_align_stack;
bool clobber_cc;
bool clobber_memory;
Array<String> clobber_registers;
Scope *param_scope;
Scope *label_scope;
Array<AsmTemplateEntityDecl> decls;
} AsmTemplate;
};
};