diff options
Diffstat (limited to 'newlib/libc/machine/arm/strlen-stub.c')
-rw-r--r-- | newlib/libc/machine/arm/strlen-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/arm/strlen-stub.c b/newlib/libc/machine/arm/strlen-stub.c index 69cfa3d..8f87cba 100644 --- a/newlib/libc/machine/arm/strlen-stub.c +++ b/newlib/libc/machine/arm/strlen-stub.c @@ -168,7 +168,7 @@ strlen (const char* str) "addne len, len, #1\n\t" # endif #endif - "RETURN"); + "bx lr\n\t"); } #endif #endif |