mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-08 12:28:40 +08:00
Fix2 alloca on x86_64 windows
This commit is contained in:
parent
426d32af23
commit
b45a8d456d
@ -27,6 +27,7 @@ p2:
|
|||||||
|
|
||||||
sub %rax,%rsp
|
sub %rax,%rsp
|
||||||
mov %rsp,%rax
|
mov %rsp,%rax
|
||||||
|
add $32,%rax
|
||||||
p3:
|
p3:
|
||||||
push %rdx
|
push %rdx
|
||||||
ret
|
ret
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user