1
Fork 0

Never MIR inline functions with a different instruction set

This commit is contained in:
Tomasz Miąsko 2021-02-05 00:00:00 +00:00
parent 9e5d58fb42
commit eb5e2d08c7
5 changed files with 152 additions and 1 deletions

View file

@ -74,7 +74,7 @@ pub enum InlineAttr {
Never,
}
#[derive(Clone, Encodable, Decodable, Debug)]
#[derive(Clone, Encodable, Decodable, Debug, PartialEq, Eq)]
pub enum InstructionSetAttr {
ArmA32,
ArmT32,