[NEON] Fix filler bug.
authorJonathan Morton <jmorton@sd070.hel.movial.fi>
Thu, 4 Jun 2009 15:24:22 +0000 (11:24 -0400)
committerJeff Muizelaar <jrmuizel@jeff-desktop.(none)>
Thu, 4 Jun 2009 15:24:22 +0000 (11:24 -0400)
r5 is being sourced explicitly instead of the %[width] reference.
It's probably a copy-paste bug, not spotted because I didn't
originally write it.

pixman/pixman-arm-neon.c

index 36d7026..5d07c76 100644 (file)
@@ -1709,7 +1709,7 @@ pixman_fill_neon (uint32_t *bits,
        "beq            2f\n"
        "strh           %[color], [r4]!\n"
        "2:\n"
-       "tst            r5, #1\n"
+       "tst            %[width], #1\n"
        "beq            2f\n"
        "strb           %[color], [r4]!\n"
        "2:\n"