From c75f3993c00772b6ec5ee00a1e6cbde91243c016 Mon Sep 17 00:00:00 2001 From: Johann Date: Mon, 16 Aug 2010 10:32:15 -0400 Subject: [PATCH] store more vars than we removed only saved r4-11+lr, but were storing r4-r12+lr Change-Id: If77df1998af50e9badee7d99ef53543046434675 --- vp8/common/arm/armv6/simpleloopfilter_v6.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp8/common/arm/armv6/simpleloopfilter_v6.asm b/vp8/common/arm/armv6/simpleloopfilter_v6.asm index 3ba6cca..2f090db 100644 --- a/vp8/common/arm/armv6/simpleloopfilter_v6.asm +++ b/vp8/common/arm/armv6/simpleloopfilter_v6.asm @@ -309,7 +309,7 @@ pstep RN r1 bne simple_vnext8 - ldmia sp!, {r4 - r12, pc} + ldmia sp!, {r4 - r11, pc} ENDP ; |vp8_loop_filter_simple_vertical_edge_armv6| ; Constant Pool -- 2.7.4