(PSEUDO): Add missing semicolon so that profiling works.

This commit is contained in:
Ulrich Drepper 1998-10-12 11:15:04 +00:00
parent 4875f665fa
commit 28c9c2c4e6
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@
#undef PSEUDO
#define PSEUDO(name, syscall_name, args) \
.text; \
.type syscall_error,%function ; \
ENTRY (name) \
.type syscall_error,%function; \
ENTRY (name); \
DO_CALL (args, syscall_name); \
cmn r0, $4096; \
bhs PLTJMP(C_SYMBOL_NAME(__syscall_error));