]> granicus.if.org Git - libatomic_ops/commitdiff
Minor fix of code alignment in mips AO_compare_and_swap
authorJames Cowgill <james410@cowgill.org.uk>
Thu, 8 Jan 2015 16:14:22 +0000 (16:14 +0000)
committerJames Cowgill <james410@cowgill.org.uk>
Thu, 8 Jan 2015 16:15:11 +0000 (16:15 +0000)
src/atomic_ops/sysdeps/gcc/mips.h

index f3796ea16427423ae0f481eb5fb707e1427bae08..1ad47f2cb30fea3b1af0ad33c42a57f8f6870d55 100644 (file)
@@ -127,7 +127,7 @@ AO_test_and_set(volatile AO_TS_t *addr)
         "1: "
         AO_MIPS_LL("%0, %1")
         "       bne     %0, %4, 2f  \n"
-        "        move   %0, %3      \n"
+        "       move   %0, %3      \n"
         AO_MIPS_SC("%0, %1")
         "       .set pop            \n"
         "       beqz    %0, 1b      \n"