From 0c5931043cb33e934aa8d210f583d3b9104af64e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 5 Jul 2007 17:42:00 +0000 Subject: [PATCH] Fix remaining syntax errors (missing semicolons) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: Björn König Approved by: re (kensmith, followup commits) --- lib/libc/arm/SYS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/arm/SYS.h b/lib/libc/arm/SYS.h index 558ce4732f4..584c1513848 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) \