mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-27 06:10:06 +08:00
x86-64: Align return value of alloca by 16.
This commit is contained in:
parent
8ea8305199
commit
dca2b15df4
@ -8,8 +8,8 @@
|
|||||||
alloca:
|
alloca:
|
||||||
pop %rdx
|
pop %rdx
|
||||||
mov %rdi,%rax
|
mov %rdi,%rax
|
||||||
add $3,%rax
|
add $15,%rax
|
||||||
and $-4,%rax
|
and $-16,%rax
|
||||||
jz p3
|
jz p3
|
||||||
|
|
||||||
#ifdef TCC_TARGET_PE
|
#ifdef TCC_TARGET_PE
|
||||||
|
Loading…
Reference in New Issue
Block a user