Fix remaining syntax errors (missing semicolons)

Submitted by: Björn König <bkoenig@cs.tu-berlin.de>
Approved by: re (kensmith, followup commits)
This commit is contained in:
Peter Wemm 2007-07-05 17:42:00 +00:00
parent 2a463222be
commit 0c5931043c

View file

@ -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) \