x86-64: Align return value of alloca by 16.

tcc-xref
Shinichiro Hamaji 2009-06-11 08:33:41 +09:00
parent 8ea8305199
commit dca2b15df4
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
alloca:
pop %rdx
mov %rdi,%rax
add $3,%rax
and $-4,%rax
add $15,%rax
and $-16,%rax
jz p3
#ifdef TCC_TARGET_PE