Skip to content

Commit 7c0cc9c

Browse files
committed
auto merge of #6684 : crabtw/rust/arm, r=ILyoan
It seems to fix #6231.
2 parents a776d65 + abb2823 commit 7c0cc9c

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)