Browse Source

update for newer binutils

Mike Frysinger 20 năm trước cách đây
mục cha
commit
7682b26483
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libc/stdlib/abort.c

+ 1 - 1
libc/stdlib/abort.c

@@ -37,7 +37,7 @@ Cambridge, MA 02139, USA.  */
 #elif defined(__arm__)
 #define ABORT_INSTRUCTION asm ("bl abort")
 #elif defined(__hppa__)
-#define ABORT_INSTRUCTION asm ("iitlbp %r0,(%r0)")
+#define ABORT_INSTRUCTION asm ("iitlbp %r0,(%sr0,%r0)")
 #elif defined(__i386__)
 #define ABORT_INSTRUCTION asm ("hlt")
 #elif defined(__ia64__)