diff options
Diffstat (limited to 'ports/sysdeps/arm/strlen.S')
-rw-r--r-- | ports/sysdeps/arm/strlen.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/sysdeps/arm/strlen.S b/ports/sysdeps/arm/strlen.S index 2b947e240e..fef62cff47 100644 --- a/ports/sysdeps/arm/strlen.S +++ b/ports/sysdeps/arm/strlen.S @@ -25,6 +25,9 @@ * exit: r0 = len */ + .syntax unified + .text + ENTRY(strlen) bic r1, r0, $3 @ addr of word containing first byte ldr r2, [r1], $4 @ get the first word |