X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/a90d420cbe87490c844ae422c966e746d3134b07..9599917f4a0aa31e2dafd15a7f0e4993bdedf715:/symm/chacha-x86ish-sse2.S?ds=sidebyside diff --git a/symm/chacha-x86ish-sse2.S b/symm/chacha-x86ish-sse2.S index 33af65f0..974ec5b5 100644 --- a/symm/chacha-x86ish-sse2.S +++ b/symm/chacha-x86ish-sse2.S @@ -70,7 +70,7 @@ FUNC(chacha_core_x86ish_sse2) pushreg BP setfp - sub SP, 16 + stalloc 16 mov IN, [BP + 12] mov OUT, [BP + 16] and SP, ~15