Skip to content

Commit 25767f7

Browse files
authored
Merge pull request #776 from nbdd0121/trunk
Remove panicking stub for `__mulodi4`
2 parents f56c5f3 + abe0d8d commit 25767f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/compiler_builtins.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ define_panicking_intrinsics!("`u128` should not be used", {
5353
#[cfg(target_arch = "arm")]
5454
define_panicking_intrinsics!("`u64` division/modulo should not be used", {
5555
__aeabi_uldivmod,
56-
__mulodi4,
5756
});

0 commit comments

Comments
 (0)