Skip to content

Commit e0e5377

Browse files
nagisaest31
authored andcommitted
Fix a return type
1 parent 208c8f5 commit e0e5377

File tree

1 file changed

+1
-1
lines changed
  • src/libcompiler_builtins

1 file changed

+1
-1
lines changed

src/libcompiler_builtins/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ pub mod reimpls {
502502
u128::from_parts(low, high as u64) as i128
503503
}
504504
#[cfg(not(windows))]
505-
fn to_ret(self) -> u128ret {
505+
fn to_ret(self) -> i128ret {
506506
self
507507
}
508508
#[cfg(windows)]

0 commit comments

Comments
 (0)