(PSEUDO): Fix typo introduced in last change.

This commit is contained in:
Ulrich Drepper 1998-04-03 08:23:11 +00:00
parent 2284fbe2ac
commit 24e022cf82

View File

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