From d3fbb18aa3164ca1d11e8acba81e1fc2ca70f43e Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Thu, 13 Feb 2020 00:57:02 +0800 Subject: mips: Use 'long int' and 'long long int' in linux syscall code Style fixes only, no functional change. --- sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S') diff --git a/sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S b/sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S index 572d7c1137..2b4a3117d1 100644 --- a/sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S +++ b/sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S @@ -22,9 +22,9 @@ .text .set nomips16 -/* long long __mips_syscall6 (long arg1, long arg2, long arg3, long arg4, - long arg5, long arg6, - long number) */ +/* long long int __mips_syscall6 (long int arg1, long int arg2, long int arg3, + long int arg4, long int arg5, long int arg6, + long int number) */ ENTRY(__mips_syscall6) lw v0, 24(sp) -- cgit 1.4.1