* config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi).
From-SVN: r84819
This commit is contained in:
parent
270e140b79
commit
11368579a1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi).
|
||||
|
||||
2004-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
|
||||
|
||||
* config/s390/s390.md: Changed every occurence of BASE_REGISTER
|
||||
|
|
|
@ -252,7 +252,7 @@ FUNC_START(__eabi_convert)
|
|||
|
||||
.Lcvt:
|
||||
lwzu 6,4(3) /* pointer to convert */
|
||||
cmpi 0,6,0
|
||||
cmpwi 0,6,0
|
||||
beq- .Lcvt2 /* if pointer is null, don't convert */
|
||||
|
||||
add 6,6,12 /* convert pointer */
|
||||
|
|
Loading…
Add table
Reference in a new issue