提交 72fdb1a3 编写于 作者: P Patrick Walton

rustc: Emit the shape of "float" as f64, not f32

上级 059c66b9
...@@ -243,7 +243,7 @@ fn s_uint(tcx : &ty_ctxt) -> u8 { ...@@ -243,7 +243,7 @@ fn s_uint(tcx : &ty_ctxt) -> u8 {
} }
fn s_float(tcx : &ty_ctxt) -> u8 { fn s_float(tcx : &ty_ctxt) -> u8 {
ret shape_f32; // TODO: x86-64 ret shape_f64; // TODO: x86-64
} }
fn mk_ctxt(llmod : ModuleRef) -> ctxt { fn mk_ctxt(llmod : ModuleRef) -> ctxt {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册