Skip to content

Commit abb2823

Browse files
committed
make arm register definition consistent with rt
1 parent a776d65 commit abb2823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/cleanup.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ struct AllocHeader { priv opaque: () }
3939
struct MemoryRegion { priv opaque: () }
4040

4141
#[cfg(target_arch="x86")]
42-
#[cfg(target_arch="arm")]
4342
struct Registers {
4443
data: [u32, ..16]
4544
}
4645

46+
#[cfg(target_arch="arm")]
4747
#[cfg(target_arch="mips")]
4848
struct Registers {
4949
data: [u32, ..32]

0 commit comments

Comments
 (0)