x86ish *.S: Use `stalloc' consistently to allocate space on the stack.
[catacomb] / symm / chacha-x86ish-sse2.S
index 33af65f..974ec5b 100644 (file)
@@ -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