Add missing \ characters in PSEUDO() macro on arm. Oops.

Submitted by:  cognet
Approved by: re (kensmith)
This commit is contained in:
peter 2007-07-04 23:35:18 +00:00
parent 6503b7ab8d
commit cafab8ccf6

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