mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
revert r191633; this breaks at91 & xscale (likely all arm)
This commit is contained in:
parent
cedd69ef18
commit
f4f8f02054
1 changed files with 4 additions and 4 deletions
|
|
@ -33,10 +33,10 @@
|
|||
__FBSDID("$FreeBSD$");
|
||||
|
||||
ENTRY(strncmp)
|
||||
/* if (len == 0) return 0 */
|
||||
cmp r2, #0
|
||||
moveq r0, #0
|
||||
RETeq
|
||||
/* if ((len - 1) < 0) return 0 */
|
||||
subs r2, r2, #1
|
||||
movmi r0, #0
|
||||
movmi pc, lr
|
||||
|
||||
/* ip == last src address to compare */
|
||||
add ip, r0, r2
|
||||
|
|
|
|||
Loading…
Reference in a new issue