(PSEUDO): Add missing ; after ENTRY use.

This commit is contained in:
Ulrich Drepper 2003-04-03 19:32:34 +00:00
parent 614ba8f749
commit 97012650e2

View File

@ -43,7 +43,7 @@
# define PSEUDO(name, syscall_name, args) \
.section ".text"; \
PSEUDO_PROLOGUE; \
ENTRY (name) \
ENTRY (name); \
SINGLE_THREAD_P_INT; \
bne .Lpseudo_cancel; \
DO_CALL (syscall_name, args); \