x86: align alloca to 16-byte boundary
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 10 Oct 2017 18:39:45 +0000 (11:39 -0700)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 22 Oct 2017 21:09:51 +0000 (14:09 -0700)
commit79d1509cb06ba9067f56e2c62394d7bc60fa6bf2
tree32636682983f552f01dba65c87631f8dcf9b8a18
parent8d26e8c6da23b10331181a4bbf837f479ce5d7d2
x86: align alloca to 16-byte boundary

Align the stack allocation to a 16-byte boundary.  This ensures that the
stack parameters are 16-byte aligned which is needed for some
instructions.
src/x86/ffi.c