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