summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libFLAC/ia32/lpc_asm.nasm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libFLAC/ia32/lpc_asm.nasm b/src/libFLAC/ia32/lpc_asm.nasm
index 6886d629..882b82b9 100644
--- a/src/libFLAC/ia32/lpc_asm.nasm
+++ b/src/libFLAC/ia32/lpc_asm.nasm
@@ -514,7 +514,7 @@ cident FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_8
; store autoc
mov edx, [esp + 16] ; edx == autoc
movups [edx], xmm5
- movups [edx + 4], xmm6
+ movups [edx + 16], xmm6
.end:
ret
@@ -587,8 +587,8 @@ cident FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_12
; store autoc
mov edx, [esp + 16] ; edx == autoc
movups [edx], xmm5
- movups [edx + 4], xmm6
- movups [edx + 8], xmm7
+ movups [edx + 16], xmm6
+ movups [edx + 32], xmm7
.end:
ret