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 76ac51f commit d9ee188Copy full SHA for d9ee188
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