summaryrefslogtreecommitdiff
path: root/vp8/common/arm/armv6
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2013-05-15 15:04:11 +0300
committerMartin Storsjo <martin@martin.st>2013-05-22 01:50:58 +0300
commitb9ed185659435483205bdf70943f96d132840c84 (patch)
treecb677fb3c37070e0c0b1a3aedf020820d13c3141 /vp8/common/arm/armv6
parent6b9a7b3333352a6f0e8f1b2d8b690b33e18a9a08 (diff)
downloadlibvpx-b9ed185659435483205bdf70943f96d132840c84.tar
libvpx-b9ed185659435483205bdf70943f96d132840c84.tar.gz
libvpx-b9ed185659435483205bdf70943f96d132840c84.tar.bz2
libvpx-b9ed185659435483205bdf70943f96d132840c84.zip
arm: Explicitly write both target registers for ldrd
The microsoft assembler can't handle the second register being implicit. Change-Id: Ia831953a78a25fd6b2082474f05fdb78d96cdf78
Diffstat (limited to 'vp8/common/arm/armv6')
-rw-r--r--vp8/common/arm/armv6/filter_v6.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/arm/armv6/filter_v6.asm b/vp8/common/arm/armv6/filter_v6.asm
index 1ba91ddd6..eb4b75bd8 100644
--- a/vp8/common/arm/armv6/filter_v6.asm
+++ b/vp8/common/arm/armv6/filter_v6.asm
@@ -394,7 +394,7 @@
mov r4, #0x40 ; rounding factor (for smlad{x})
|height_loop_2nd_4|
- ldrd r8, [r0, #-4] ; load the data
+ ldrd r8, r9, [r0, #-4] ; load the data
orr r7, r7, r3, lsr #1 ; loop counter
|width_loop_2nd_4|