diff options
| author | grischka <grischka> | 2007-12-13 19:07:19 +0000 |
|---|---|---|
| committer | grischka <grischka> | 2007-12-13 19:07:19 +0000 |
| commit | 34140dd62741af158875d7ffefa7fa35cde6ecd0 (patch) | |
| tree | 81ca0fbeea38a3c13a93ff53c02bdf1a53f78c91 /alloca86-bt.S | |
| parent | b0d40c12da16faad0a7b06e56132465d173d3bb0 (diff) | |
| download | tinycc-34140dd62741af158875d7ffefa7fa35cde6ecd0.tar.gz tinycc-34140dd62741af158875d7ffefa7fa35cde6ecd0.tar.bz2 | |
Use _WIN32 for a windows hosted tcc and define it for the PE target.
Diffstat (limited to 'alloca86-bt.S')
| -rw-r--r-- | alloca86-bt.S | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
