diff options
Diffstat (limited to 'lib/alloca86_64-bt.S')
| -rw-r--r-- | lib/alloca86_64-bt.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/alloca86_64-bt.S b/lib/alloca86_64-bt.S index 9b6c3c6..4cbad90 100644 --- a/lib/alloca86_64-bt.S +++ b/lib/alloca86_64-bt.S @@ -4,7 +4,7 @@ .globl __bound_alloca __bound_alloca: -#ifdef TCC_TARGET_PE +#ifdef _WIN32 # bound checking is not implemented pop %rdx mov %rcx,%rax |
