aboutsummaryrefslogtreecommitdiff
path: root/lib/alloca86_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/alloca86_64.S')
-rw-r--r--lib/alloca86_64.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/alloca86_64.S b/lib/alloca86_64.S
index 4f4dad7..ae3c97d 100644
--- a/lib/alloca86_64.S
+++ b/lib/alloca86_64.S
@@ -5,7 +5,7 @@
alloca:
pop %rdx
-#ifdef TCC_TARGET_PE
+#ifdef _WIN32
mov %rcx,%rax
#else
mov %rdi,%rax
@@ -14,7 +14,7 @@ alloca:
and $-16,%rax
jz p3
-#ifdef TCC_TARGET_PE
+#ifdef _WIN32
p1:
cmp $4096,%rax
jbe p2