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 f649570 commit 76ac51fCopy full SHA for 76ac51f
crates/core_arch/src/acle/registers/aarch32.rs
@@ -1,4 +1,5 @@
1
/// Application Program Status Register
2
pub struct APSR;
3
4
+#[cfg(any(not(target_feature = thumb-mode), target_feature = v6t2))]
5
rsr!(APSR);
0 commit comments