make arm register definition consistent with rt
This commit is contained in:
parent
a776d65b4d
commit
abb2823c35
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue