Fix2 alloca on x86_64 windows

This commit is contained in:
herman ten brugge 2019-12-11 14:22:01 +01:00
parent 426d32af23
commit b45a8d456d
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ p2:
sub %rax,%rsp
mov %rsp,%rax
add $32,%rax
p3:
push %rdx
ret