mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-15 01:59:15 +00:00
Add amd64 clobber table to asm_tables_amd64.cpp
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user