mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
align stack to 16 byte boundary on amd64
This commit is contained in:
parent
c483ca40aa
commit
2e33856d6b
@ -27,6 +27,9 @@ vmNativeCall:
|
|||||||
|
|
||||||
// reserve space for arguments passed via memory
|
// reserve space for arguments passed via memory
|
||||||
subq %rdx,%rsp
|
subq %rdx,%rsp
|
||||||
|
|
||||||
|
// align to a 16 byte boundary
|
||||||
|
andq $0xFFFFFFFFFFFFFFF0,%rsp
|
||||||
|
|
||||||
// copy memory arguments into place
|
// copy memory arguments into place
|
||||||
movq $0,%rcx
|
movq $0,%rcx
|
||||||
|
Loading…
Reference in New Issue
Block a user