[ARM] Fix div64 implementation.
Our do_div implementation can't correctly handle divisors with the top bit set. This cset fixes this up with a minimal change.
Showing
Please register or sign in to comment
Our do_div implementation can't correctly handle divisors with the top bit set. This cset fixes this up with a minimal change.