mirror of
https://github.com/corda/corda.git
synced 2025-01-23 04:48:09 +00:00
align stack to 16 byte boundary on amd64
This commit is contained in:
parent
c483ca40aa
commit
2e33856d6b
@ -28,6 +28,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
|
||||||
jmp test
|
jmp test
|
||||||
|
Loading…
Reference in New Issue
Block a user