--- lib/libc/arm/SYS.h.orig Thu Jul 5 01:35:18 2007 +++ lib/libc/arm/SYS.h Thu Jul 5 09:34:10 2007 @@ -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) \