]> sourceware.org Git - glibc.git/commitdiff
Add missing .mips0 at the end of inline assembler code.
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Oct 2000 22:04:18 +0000 (22:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Oct 2000 22:04:18 +0000 (22:04 +0000)
sysdeps/unix/sysv/linux/mips/sys/tas.h

index bc7f52a206d5de0815a90743a06fd7d76bf093da..840953594386f5064bce278abe103942d4628e69 100644 (file)
@@ -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");
This page took 0.046243 seconds and 5 git commands to generate.