rustc: Emit the shape of "float" as f64, not f32
This commit is contained in:
parent
059c66b9f7
commit
72fdb1a3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ fn s_uint(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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue