improve MIPS backend and implement segmented stacks
This commit is contained in:
parent
fda176b070
commit
c2bf9bf9fe
8 changed files with 220 additions and 10 deletions
|
|
@ -157,6 +157,7 @@ pub mod reader {
|
|||
}
|
||||
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
pub fn vuint_at(data: &[u8], start: uint) -> Res {
|
||||
vuint_at_slow(data, start)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue