summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Morton <jmorton@sd070.hel.movial.fi>2009-06-04 11:24:22 -0400
committerJeff Muizelaar <jrmuizel@jeff-desktop.(none)>2009-06-04 11:24:22 -0400
commit3b12cc7a23f81581b027764be96bf028785b1b5f (patch)
treeea0595ecdc7bea92a59313c3cc83a8d22010a4f0
parent3c570a815afb282df01f41acad385ff0e3e33899 (diff)
[NEON] Fix filler bug.
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.
-rw-r--r--pixman/pixman-arm-neon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-arm-neon.c b/pixman/pixman-arm-neon.c
index 36d70263..5d07c76e 100644
--- a/pixman/pixman-arm-neon.c
+++ b/pixman/pixman-arm-neon.c
@@ -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"