summaryrefslogtreecommitdiff
path: root/src/asm/snapvector.asm
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-09-19 21:57:15 +0000
committerTim Angus <tim@ngus.net>2013-01-10 23:38:26 +0000
commit0ec731680674166e597ebcf945c3387a747569ca (patch)
treebc1eff024e2cda4e694eb52ae4a89abfa19dd88d /src/asm/snapvector.asm
parent83e87ba31a80f11f9bd18c96c9b7421d804989e8 (diff)
Fix latest commit for x86 msvc
Diffstat (limited to 'src/asm/snapvector.asm')
-rw-r--r--src/asm/snapvector.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asm/snapvector.asm b/src/asm/snapvector.asm
index a953778a..000777b4 100644
--- a/src/asm/snapvector.asm
+++ b/src/asm/snapvector.asm
@@ -70,7 +70,7 @@ ELSE
stmxcsr [esp] ; save SSE control word
ldmxcsr ssecw ; set to round nearest
- mov eax, dword ptr 16[esp] ; store address of vector in eax
+ mov eax, dword ptr 12[esp] ; store address of vector in eax
movaps xmm1, ssemask ; initialize the mask register for maskmovdqu
movups xmm0, [eax] ; here is stored our vector. Read 4 values in one go
movaps xmm2, xmm0 ; keep a copy of the original data