Fix the NEON register restoring in McHorVer30WidthEq8_AArch64_neon

This function pushes 16 bytes to the stack, but popped off 32
bytes.

This fixes a regression since 6f64f2372.
This commit is contained in:
Martin Storsjö 2015-06-11 21:28:29 +03:00
parent 52cd5d99ab
commit 22cb778730

View File

@ -590,7 +590,7 @@ w8_xy_30_mc_luma_loop:
VEC4_ST1_8BITS_8ELEMENT x2, x3, v1, v3, v5, v7
cbnz x4, w8_xy_30_mc_luma_loop
ldp d8,d9,[sp],#32
ldp d8,d9,[sp],#16
WELS_ASM_AARCH64_FUNC_END
WELS_ASM_AARCH64_FUNC_BEGIN McHorVer30WidthEq4_AArch64_neon