Never MIR inline functions with a different instruction set
This commit is contained in:
parent
9e5d58fb42
commit
eb5e2d08c7
5 changed files with 152 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue