diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-21 20:52:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-21 20:52:12 +0000 |
commit | 88b3f3ede294499cef1cb36cc6a5f4662d205e9d (patch) | |
tree | 7a0c033072e85e343e7d1c8c1dabd18df190a1ac /linuxthreads/sysdeps/unix/sysv/linux/arm | |
parent | b50946de735bbb23b1178dcada8752bb81500042 (diff) | |
download | glibc-88b3f3ede294499cef1cb36cc6a5f4662d205e9d.tar.gz glibc-88b3f3ede294499cef1cb36cc6a5f4662d205e9d.tar.xz glibc-88b3f3ede294499cef1cb36cc6a5f4662d205e9d.zip |
* sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/arm')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h index 38e472d2ba..47af28090b 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h @@ -110,7 +110,7 @@ extern int __local_multiple_threads attribute_hidden; ldr reg, 2b; \ 3: \ add ip, pc, ip; \ - ldr ip, [ip, lr]; \ + ldr ip, [ip, reg]; \ teq ip, #0; # define SINGLE_THREAD_P_INT \ str lr, [sp, $-4]!; \ |