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

5 comments on commit abb2823

@bors
Copy link
Contributor

@bors bors commented on abb2823 May 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from ILyoan
at crabtw@abb2823

@bors
Copy link
Contributor

@bors bors commented on abb2823 May 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging crabtw/rust/arm = abb2823 into auto

@bors
Copy link
Contributor

@bors bors commented on abb2823 May 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crabtw/rust/arm = abb2823 merged ok, testing candidate = 7c0cc9c

@bors
Copy link
Contributor

@bors bors commented on abb2823 May 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on abb2823 May 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 7c0cc9c

Please sign in to comment.