Align stack to 16 byte boundary in x86-64's C_to_interface.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 31 Oct 2009 05:32:48 +0000 (01:32 -0400)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 31 Oct 2009 05:32:48 +0000 (01:32 -0400)
commit65f13758004e9838e1920b6d5e1d64b1d5af515e
tree0018e5e3b1a98b26787c21f5687f72f58bf4c175
parentee56dad844efda8c7246ffcbf93e744be9fbc3f8
Align stack to 16 byte boundary in x86-64's C_to_interface.

Otherwise, parts of the microcode fail spectacularly when compiled
with `gcc -O3'.
src/microcode/cmpauxmd/x86-64.m4