From: Mark Wooding Date: Fri, 16 Nov 2018 12:22:27 +0000 (+0000) Subject: symm/salsa20-x86ish-sse2.S: Fix typo in 64-bit Windows code. X-Git-Tag: 2.4.3~10 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/41fb23561d2514048e587a3698a406a5c7574ff3?hp=eea8ea584662d55b98c2ac594274870eb9182d04 symm/salsa20-x86ish-sse2.S: Fix typo in 64-bit Windows code. Goes to show how often I test on Windows. :-( --- diff --git a/symm/salsa20-x86ish-sse2.S b/symm/salsa20-x86ish-sse2.S index 9cbaeff4..7d8e2e38 100644 --- a/symm/salsa20-x86ish-sse2.S +++ b/symm/salsa20-x86ish-sse2.S @@ -297,7 +297,7 @@ FUNC(salsa20_core_x86ish_sse2) #endif #if CPUFAM_AMD64 && ABI_WIN rstrxmm xmm6, 0 - rsrrxmm xmm7, 16 + rstrxmm xmm7, 16 stfree 64 + 8 #endif