We have an asm version of bcmp(), so we could use it as well.
This commit is contained in:
parent
363d709ec6
commit
c2900a7a3b
@ -192,7 +192,7 @@ do_memset:
|
||||
strgtb r3, [ip] /* and a third */
|
||||
RET /* Exit */
|
||||
|
||||
ENTRY(memcmp)
|
||||
ENTRY(bcmp)
|
||||
mov ip, r0
|
||||
cmp r2, #0x06
|
||||
beq .Lmemcmp_6bytes
|
||||
|
@ -55,7 +55,6 @@ libkern/arm/ffs.S standard
|
||||
libkern/arm/muldi3.c standard
|
||||
libkern/ashldi3.c standard
|
||||
libkern/ashrdi3.c standard
|
||||
libkern/bcmp.c standard
|
||||
libkern/divdi3.c standard
|
||||
libkern/ffsl.c standard
|
||||
libkern/flsl.c standard
|
||||
|
Loading…
Reference in New Issue
Block a user