From 98ebb25e56d0f452f1cfd5d33770eeaedca698fd Mon Sep 17 00:00:00 2001 From: cognet Date: Tue, 9 Nov 2004 16:49:14 +0000 Subject: Use the RET macro. For setjmp() and longjmp(), put the signal mask where it's supposed to be, instead of in the space reserved for fp regs. --- lib/libc/arm/SYS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/arm/SYS.h') diff --git a/lib/libc/arm/SYS.h b/lib/libc/arm/SYS.h index c8bf2fe..b9bc742 100644 --- a/lib/libc/arm/SYS.h +++ b/lib/libc/arm/SYS.h @@ -74,11 +74,11 @@ #define PSEUDO_NOERROR(x) \ _SYSCALL_NOERROR(x); \ - mov r15, r14 + RET #define PSEUDO(x) \ _SYSCALL(x); \ - mov r15, r14 + RET #define RSYSCALL_NOERROR(x) \ -- cgit v1.1