Skip to content

Commit

Permalink
oh, they both need double quotes, okay
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor authored and gnzlbg committed Mar 18, 2019
1 parent d9ee188 commit e3e067d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/acle/registers/aarch32.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Application Program Status Register
pub struct APSR;

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

0 comments on commit e3e067d

Please sign in to comment.