Skip to content

Commit 76ac51f

Browse files
Lokathorgnzlbg
authored andcommitted
Limit this to sufficiently advanced devices
1 parent f649570 commit 76ac51f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/// Application Program Status Register
22
pub struct APSR;
33

4+
#[cfg(any(not(target_feature = thumb-mode), target_feature = v6t2))]
45
rsr!(APSR);

0 commit comments

Comments
 (0)