1
Fork 0

auto merge of #6684 : crabtw/rust/arm, r=ILyoan

It seems to fix #6231.
This commit is contained in:
bors 2013-05-23 21:04:41 -07:00
commit 7c0cc9c47a

View file

@ -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]