On x86, align stack to 16 bytes for all calls to C.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 18 Jun 2011 23:37:06 +0000 (23:37 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 18 Jun 2011 23:37:59 +0000 (23:37 +0000)
commit79026f35510cdc7ad676194a3fe33859b604f9a7
tree5fc3c6e4be31383c241afc8a8e21cfa184ba6964
parentf72842cabd939bf86191636b55ad94fee93af376
On x86, align stack to 16 bytes for all calls to C.

Should fix random hangs on Mac OS X, whose ABI requires 16-byte
stack alignment.  Should be harmless on other operating systems.
src/microcode/cmpauxmd/i386.m4
src/microcode/cmpauxmd/x86-64.m4