Allow dead code for ConditionCode

This commit is contained in:
Ajai Nelson 2023-03-23 00:33:55 -04:00
parent 63164b70a0
commit e6026ec1f9
No known key found for this signature in database
GPG key ID: 5744FCFB528CB779

View file

@ -1254,6 +1254,7 @@ impl ArithmeticShifted {
// ARM manual section C1.2.4
#[derive(Copy, Clone, PartialEq)]
#[allow(dead_code)]
enum ConditionCode {
EQ = 0b0000,
NE = 0b0001,