mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-24 14:01:37 +00:00
Minor change to implies_side_effects
This commit is contained in:
@@ -204,6 +204,9 @@ struct Asm_amd64 {
|
||||
SideEffectFlag_CACHE |
|
||||
SideEffectFlag_SERIALIZING)) != 0;
|
||||
}
|
||||
bool implies_side_effects() {
|
||||
return side_effects;
|
||||
}
|
||||
};
|
||||
|
||||
static u16 const register_codes[REG_COUNT];
|
||||
|
||||
Reference in New Issue
Block a user