From dc4b147e522fbabddf94286663d5ec13d12b2dab Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 2 Oct 2000 22:05:50 +0000 Subject: Update. 2000-10-02 Ralf Baechle * sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the end of inline assembler code. --- sysdeps/unix/sysv/linux/mips/sys/tas.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/linux/mips/sys/tas.h b/sysdeps/unix/sysv/linux/mips/sys/tas.h index bc7f52a206..8409535943 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/tas.h +++ b/sysdeps/unix/sysv/linux/mips/sys/tas.h @@ -52,7 +52,8 @@ _test_and_set (int *p, int v) __THROW ".set pop\n\t" "sc %1,%2\n\t" "beqz %1,1b\n" - "2:" + "2:\n\t" + ".set\tmips0" : "=&r" (r), "=&r" (t), "=m" (*p) : "m" (*p), "r" (v) : "memory"); -- cgit 1.4.1