Add missing \ characters in PSEUDO() macro on arm. Oops.
Submitted by: cognet Approved by: re (kensmith)
This commit is contained in:
parent
6503b7ab8d
commit
cafab8ccf6
@ -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 New Issue
Block a user