Fix3 alloca on x86_64 windows

This commit is contained in:
herman ten brugge 2019-12-11 14:26:27 +01:00
parent b45a8d456d
commit b3893baa45

View File

@ -27,7 +27,9 @@ p2:
sub %rax,%rsp
mov %rsp,%rax
#ifdef _WIN32
add $32,%rax
#endif
p3:
push %rdx
ret