mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
2a463222be
commit
0c5931043c
1 changed files with 2 additions and 2 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue