diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2007-07-04 23:35:18 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2007-07-04 23:35:18 +0000 |
| commit | db62d47f8789160c1de281ddbe650afdb6d58837 (patch) | |
| tree | e566d494ca71bbc0800dfea250b6521110159118 /lib/libc | |
| parent | cae1120adff21951c8897cd77f5c72467da48728 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/arm/SYS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arm/SYS.h b/lib/libc/arm/SYS.h index 223c26b5f740..558ce4732f4c 100644 --- a/lib/libc/arm/SYS.h +++ b/lib/libc/arm/SYS.h @@ -63,8 +63,8 @@ ENTRY(__CONCAT(__sys_, x)); \ .weak _C_LABEL(__CONCAT(_,x)); \ .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \ - SYSTRAP(x) - bcs PIC_SYM(CERROR, PLT) + SYSTRAP(x) \ + bcs PIC_SYM(CERROR, PLT) \ RET #define RSYSCALL(x) \ |
