Skip to content

Commit

Permalink
Merge pull request torvalds#776 from nbdd0121/trunk
Browse files Browse the repository at this point in the history
Remove panicking stub for `__mulodi4`
  • Loading branch information
ojeda authored May 23, 2022
2 parents f56c5f3 + abe0d8d commit 25767f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/compiler_builtins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ define_panicking_intrinsics!("`u128` should not be used", {
#[cfg(target_arch = "arm")]
define_panicking_intrinsics!("`u64` division/modulo should not be used", {
__aeabi_uldivmod,
__mulodi4,
});

0 comments on commit 25767f7

Please sign in to comment.