mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix build error after rebasing.
This commit is contained in:
parent
0b303523bd
commit
1da4b3b987
@ -806,7 +806,7 @@ fn C_i32(i: i32) -> ValueRef {
|
||||
}
|
||||
|
||||
fn C_i64(i: i64) -> ValueRef {
|
||||
ret C_integral(T_i64(), i as uint, True);
|
||||
ret C_integral(T_i64(), i as u64, True);
|
||||
}
|
||||
|
||||
fn C_int(cx: @crate_ctxt, i: int) -> ValueRef {
|
||||
|
Loading…
Reference in New Issue
Block a user