Skip to content

Commit eeb7930

Browse files
committed
Add missing entry to builtin_functions
1 parent 50c14ce commit eeb7930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler_builtins.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ builtin_functions! {
4444
fn __umodti3(n: u128, d: u128) -> u128;
4545
fn __modti3(n: i128, d: i128) -> i128;
4646
fn __rust_u128_mulo(a: u128, b: u128, oflow: &mut i32) -> u128;
47+
fn __rust_i128_mulo(a: i128, b: i128, oflow: &mut i32) -> i128;
4748

4849
// floats
4950
fn __floattisf(i: i128) -> f32;

0 commit comments

Comments
 (0)