From be280d0eafc104d60f75fe187ac0c96cce7f38f7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 6 Nov 2002 03:19:51 +0000 Subject: * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump. From Johannes Stezenbach . --- sysdeps/unix/mips/sysdep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/unix/mips/sysdep.h b/sysdeps/unix/mips/sysdep.h index c25969610a..fd5191601a 100644 --- a/sysdeps/unix/mips/sysdep.h +++ b/sysdeps/unix/mips/sysdep.h @@ -49,7 +49,8 @@ syse1: #define PSEUDO(name, syscall_name, args) \ .set noreorder; \ .align 2; \ - 99: j __syscall_error; \ + 99: j __syscall_error; \ + nop; \ ENTRY(name) \ .set noreorder; \ li v0, SYS_ify(syscall_name); \ -- cgit v1.2.3