diff options
Diffstat (limited to 'gcc/config/c4x/libgcc.S')
-rw-r--r-- | gcc/config/c4x/libgcc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c4x/libgcc.S b/gcc/config/c4x/libgcc.S index 2aa495fd9e4..8f801da6af7 100644 --- a/gcc/config/c4x/libgcc.S +++ b/gcc/config/c4x/libgcc.S @@ -327,7 +327,7 @@ div_32: tstb ar1, ar1 ; Now divisor and dividend are aligned. Do first SUBC by hand, save ; of the forst quotient digit. Then, shift divisor right rather ; than shifting dividend left. This leaves a zero in the top bit of -; the divident +; the dividend ; ldi 1, ar0 ; Initizialize MSB of quotient lsh rc, ar0 ; create a mask for MSBs |