mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
Merge pull request #75 from frustaci/patch-1
Fix 16-byte boundary in Linux x86
This commit is contained in:
commit
cfa62d8d2f
@ -450,10 +450,10 @@ GLOBAL(vmNativeCall):
|
|||||||
|
|
||||||
subl %ecx,%esp
|
subl %ecx,%esp
|
||||||
|
|
||||||
# ifdef __APPLE__
|
//# ifdef __APPLE__
|
||||||
// align to a 16 byte boundary on Darwin
|
// align to a 16 byte boundary
|
||||||
andl $0xFFFFFFF0,%esp
|
andl $0xFFFFFFF0,%esp
|
||||||
# endif
|
//# endif
|
||||||
|
|
||||||
// copy arguments into place
|
// copy arguments into place
|
||||||
movl $0,%ecx
|
movl $0,%ecx
|
||||||
|
Loading…
Reference in New Issue
Block a user