X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/a90d420cbe87490c844ae422c966e746d3134b07..bd6d65e32b835551677456bf286d09ced6859882:/symm/salsa20-x86ish-sse2.S diff --git a/symm/salsa20-x86ish-sse2.S b/symm/salsa20-x86ish-sse2.S index eb346afe..26bab892 100644 --- a/symm/salsa20-x86ish-sse2.S +++ b/symm/salsa20-x86ish-sse2.S @@ -70,7 +70,7 @@ FUNC(salsa20_core_x86ish_sse2) pushreg BP setfp - sub SP, 32 + stalloc 32 mov IN, [BP + 12] mov OUT, [BP + 16] and SP, ~15