diff options
Diffstat (limited to 'lib/alloca86.S')
| -rw-r--r-- | lib/alloca86.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/alloca86.S b/lib/alloca86.S index 5bb38b1..a17e07f 100644 --- a/lib/alloca86.S +++ b/lib/alloca86.S @@ -13,7 +13,7 @@ alloca: #ifdef TCC_TARGET_PE p1: cmp $4096,%eax - jb p2 + jbe p2 test %eax,-4096(%esp) sub $4096,%esp sub $4096,%eax |
