* config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi).

From-SVN: r84819
This commit is contained in:
Segher Boessenkool 2004-07-16 17:13:40 +02:00 committed by Segher Boessenkool
parent 270e140b79
commit 11368579a1
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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 */