improve MIPS backend and implement segmented stacks

This commit is contained in:
Jyun-Yan You 2013-05-07 18:03:32 +08:00
parent fda176b070
commit c2bf9bf9fe
8 changed files with 220 additions and 10 deletions

View file

@ -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)
}