Merge pull request #75 from frustaci/patch-1

Fix 16-byte boundary in Linux x86
This commit is contained in:
Joshua Warner 2013-07-29 07:54:18 -07:00
commit cfa62d8d2f

View File

@ -450,10 +450,10 @@ GLOBAL(vmNativeCall):
subl %ecx,%esp
# ifdef __APPLE__
// align to a 16 byte boundary on Darwin
//# ifdef __APPLE__
// align to a 16 byte boundary
andl $0xFFFFFFF0,%esp
# endif
//# endif
// copy arguments into place
movl $0,%ecx