diff options
Diffstat (limited to 'ports/sysdeps/alpha/remqu.S')
-rw-r--r-- | ports/sysdeps/alpha/remqu.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/alpha/remqu.S b/ports/sysdeps/alpha/remqu.S index 0005c149f7..5219325ff0 100644 --- a/ports/sysdeps/alpha/remqu.S +++ b/ports/sysdeps/alpha/remqu.S @@ -211,7 +211,7 @@ $q_high: br $q_high_ret .align 4 - /* The quotient that we computed was too small. Divide Y by the + /* The quotient that we computed was too small. Divide Y by the current remainder (R) and add that to the existing quotient (Q). The expectation, of course, is that R is much smaller than X. */ /* Begin with a shift-up loop. Compute S such that Y*S >= R. We |