mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 02:20:10 +00:00
(PSEUDO): Add missing semicolon so that profiling works.
This commit is contained in:
parent
4875f665fa
commit
28c9c2c4e6
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user