mirror of
https://github.com/mirror/tinycc.git
synced 2025-04-01 12:30:08 +08:00
Fix3 alloca on x86_64 windows
This commit is contained in:
parent
b45a8d456d
commit
b3893baa45
@ -27,7 +27,9 @@ p2:
|
|||||||
|
|
||||||
sub %rax,%rsp
|
sub %rax,%rsp
|
||||||
mov %rsp,%rax
|
mov %rsp,%rax
|
||||||
|
#ifdef _WIN32
|
||||||
add $32,%rax
|
add $32,%rax
|
||||||
|
#endif
|
||||||
p3:
|
p3:
|
||||||
push %rdx
|
push %rdx
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user