mirror of
https://github.com/corda/corda.git
synced 2025-04-04 18:09:17 +00:00
Simplify code for Mac stack alignment conventions
This commit is contained in:
parent
d2053d51d2
commit
ace36f1b15
@ -20,14 +20,13 @@ cdeclCall:
|
||||
// reserve space for arguments
|
||||
movl 16(%ebp),%ecx
|
||||
|
||||
subl %ecx,%esp
|
||||
|
||||
#ifdef __APPLE__
|
||||
// align to a 16 byte boundary on Darwin
|
||||
addl $15,%ecx
|
||||
andl $0xFFFFFFF0,%ecx
|
||||
addl $8,%ecx
|
||||
andl $0xFFFFFFF0,%esp
|
||||
#endif
|
||||
|
||||
subl %ecx,%esp
|
||||
|
||||
// copy arguments into place
|
||||
movl $0,%ecx
|
||||
|
Loading…
x
Reference in New Issue
Block a user