* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h

(DECLARGS_6): Fix a typo.
This commit is contained in:
Roland McGrath 2006-03-01 20:03:27 +00:00
parent 04dca8d316
commit 996f5e601e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-03-01 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
(DECLARGS_6): Fix a typo.
2006-03-01 Roland McGrath <roland@redhat.com>
* version.h (VERSION): 2.3.91

View File

@ -268,7 +268,7 @@
register unsigned long gpr6 asm ("6") = (unsigned long)(arg5);
#define DECLARGS_6(arg1, arg2, arg3, arg4, arg5, arg6) \
DECLARGS_5(arg1, arg2, arg3, arg4, arg5) \
register unsigned long gpr6 asm ("7") = (unsigned long)(arg6);
register unsigned long gpr7 asm ("7") = (unsigned long)(arg6);
#define ASMFMT_0
#define ASMFMT_1 , "0" (gpr2)