mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-26 03:50:07 +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
|
||||
mov %rsp,%rax
|
||||
#ifdef _WIN32
|
||||
add $32,%rax
|
||||
#endif
|
||||
p3:
|
||||
push %rdx
|
||||
ret
|
||||
|
Loading…
Reference in New Issue
Block a user