diff options
Diffstat (limited to 'gcc/config/ip2k/libgcc.S')
-rw-r--r-- | gcc/config/ip2k/libgcc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ip2k/libgcc.S b/gcc/config/ip2k/libgcc.S index 1af9ef8..2522a5e 100644 --- a/gcc/config/ip2k/libgcc.S +++ b/gcc/config/ip2k/libgcc.S @@ -1449,7 +1449,7 @@ __movstrhi_counthi: mov w, 8(SP) mov ipl, w - test 10(SP) ; If we have a non-zero LSB then adjust the + test 10(SP) ; If we have a nonzero LSB then adjust the sz ; MSB of the loop count to allow us to use inc 9(SP) ; skip tricks! |