From 34140dd62741af158875d7ffefa7fa35cde6ecd0 Mon Sep 17 00:00:00 2001 From: grischka Date: Thu, 13 Dec 2007 19:07:19 +0000 Subject: Use _WIN32 for a windows hosted tcc and define it for the PE target. --- alloca86-bt.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alloca86-bt.S') diff --git a/alloca86-bt.S b/alloca86-bt.S index 50a671e..b6071ff 100644 --- a/alloca86-bt.S +++ b/alloca86-bt.S @@ -1,9 +1,9 @@ /* ---------------------------------------------- */ /* alloca86b.S */ -.globl __bound___alloca +.globl __bound__alloca -__bound___alloca: +__bound__alloca: pop %edx pop %eax mov %eax, %ecx -- cgit v1.3.1