Skip to content

Commit

Permalink
make arm register definition consistent with rt
Browse files Browse the repository at this point in the history
  • Loading branch information
crabtw committed May 24, 2013
1 parent a776d65 commit abb2823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/cleanup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ struct AllocHeader { priv opaque: () }
struct MemoryRegion { priv opaque: () }

#[cfg(target_arch="x86")]
#[cfg(target_arch="arm")]
struct Registers {
data: [u32, ..16]
}

#[cfg(target_arch="arm")]
#[cfg(target_arch="mips")]
struct Registers {
data: [u32, ..32]
Expand Down

0 comments on commit abb2823

Please sign in to comment.