diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-31 23:31:32 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-31 23:31:32 +0000 |
commit | f34cf7cc3ba6fa0de8715cee49b0c6c2da042880 (patch) | |
tree | 0a8dde761fd92a5048685d2accff650d695b8b46 /libc/sysdeps/linux/arm/clone.S | |
parent | 7bde4a3e311f868bc9da067d50b1ea3b1a14cca5 (diff) |
s:THUMB_INTERWORK:USE_BX:, thx Khem Raj
Diffstat (limited to 'libc/sysdeps/linux/arm/clone.S')
-rw-r--r-- | libc/sysdeps/linux/arm/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/clone.S b/libc/sysdeps/linux/arm/clone.S index 66848e548..a5a847d1e 100644 --- a/libc/sysdeps/linux/arm/clone.S +++ b/libc/sysdeps/linux/arm/clone.S @@ -52,7 +52,7 @@ clone: DO_CALL (clone) movs a1, a1 blt __error -#if defined(__THUMB_INTERWORK__) +#if defined(__USE_BX__) bxne lr #else movne pc, lr |