mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
Fix3 alloca on x86_64 windows
This commit is contained in:
@@ -27,7 +27,9 @@ p2:
|
||||
|
||||
sub %rax,%rsp
|
||||
mov %rsp,%rax
|
||||
#ifdef _WIN32
|
||||
add $32,%rax
|
||||
#endif
|
||||
p3:
|
||||
push %rdx
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user