mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-19 20:01:36 +00:00
#clobber cc -> #clobber flags
This commit is contained in:
@@ -344,8 +344,8 @@ struct Entity {
|
||||
bool is_volatile;
|
||||
bool is_align_stack;
|
||||
|
||||
bool clobber_cc;
|
||||
bool clobber_memory;
|
||||
bool clobber_flags;
|
||||
bool clobber_memory;
|
||||
StringSet clobber_registers_set;
|
||||
|
||||
Scope *param_scope;
|
||||
|
||||
Reference in New Issue
Block a user