We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ee188 commit e3e067dCopy full SHA for e3e067d
crates/core_arch/src/acle/registers/aarch32.rs
@@ -1,5 +1,5 @@
1
/// Application Program Status Register
2
pub struct APSR;
3
4
-#[cfg(any(not(target_feature = thumb-mode), target_feature = "v6t2"))]
+#[cfg(any(not(target_feature = "thumb-mode"), target_feature = "v6t2"))]
5
rsr!(APSR);
0 commit comments