about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorJyun-Yan You <jyyou@cs.nctu.edu.tw>2013-05-07 18:03:32 +0800
committerJyun-Yan You <jyyou@cs.nctu.edu.tw>2013-05-09 16:51:42 +0800
commitc2bf9bf9fed8de0c399125feba8252ad263a71fc (patch)
tree7b4795d84124bcf8eb6de69be5b908f7029f93c4 /src/libstd
parentfda176b07046c25c67af978c20c3d4eda2068079 (diff)
downloadrust-c2bf9bf9fed8de0c399125feba8252ad263a71fc.tar.gz
rust-c2bf9bf9fed8de0c399125feba8252ad263a71fc.zip
improve MIPS backend and implement segmented stacks
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/ebml.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/ebml.rs b/src/libstd/ebml.rs
index 5e4f708f52f..55f48fb8671 100644
--- a/src/libstd/ebml.rs
+++ b/src/libstd/ebml.rs
@@ -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)
     }