Fix3 alloca on x86_64 windows
This commit is contained in:
parent
b45a8d456d
commit
b3893baa45
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue