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.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/alloca86_64.S b/lib/alloca86_64.S
index 51acd42..4a74104 100644
--- a/lib/alloca86_64.S
+++ b/lib/alloca86_64.S
@@ -17,7 +17,7 @@ alloca:
#ifdef TCC_TARGET_PE
p1:
cmp $4096,%rax
- jb p2
+ jbe p2
test %rax,-4096(%rsp)
sub $4096,%rsp
sub $4096,%rax