mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We have an asm version of bcmp(), so we could use it as well.
This commit is contained in:
parent
f0c1dee27f
commit
ec2b39b483
2 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue