From 9fbbbe69dcaef8978ad6d7f49fada1963ff1cc07 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 5 Dec 2000 17:41:15 +0000 Subject: Update. * sysdeps/unix/sysv/linux/mips/sysdep.h: New file. * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Removed. * sysdeps/unix/mips/sysdep.h: Use SYS_ify. Patches by "Maciej W. Rozycki" . --- sysdeps/unix/mips/sysdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/mips') diff --git a/sysdeps/unix/mips/sysdep.h b/sysdeps/unix/mips/sysdep.h index 2ba1dea897..a5a3e5589e 100644 --- a/sysdeps/unix/mips/sysdep.h +++ b/sysdeps/unix/mips/sysdep.h @@ -40,7 +40,7 @@ ENTRY(name) \ .set noreorder; \ .cpload t9; \ - li v0, SYS_##syscall_name; \ + li v0, SYS_ify(syscall_name); \ syscall; \ .set reorder; \ bne a3, zero, 99b; \ @@ -52,7 +52,7 @@ syse1: 99: j __syscall_error; \ ENTRY(name) \ .set noreorder; \ - li v0, SYS_##syscall_name; \ + li v0, SYS_ify(syscall_name); \ syscall; \ .set reorder; \ bne a3, zero, 99b; \ -- cgit 1.4.1