diff options
| author | grischka <grischka> | 2009-07-18 22:05:27 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-07-18 22:05:27 +0200 |
| commit | 3ea4acb9b9151442da2fb6057906aff4c094bcef (patch) | |
| tree | 0a4fe1e8904f20937df8fe2f62f9f874bf4674bc /tccgen.c | |
| parent | 719ba918dd14f6c86e47e1af10f31895e814c80e (diff) | |
| download | tinycc-3ea4acb9b9151442da2fb6057906aff4c094bcef.tar.gz tinycc-3ea4acb9b9151442da2fb6057906aff4c094bcef.tar.bz2 | |
pe32+ target: add in various #define's
Diffstat (limited to 'tccgen.c')
| -rw-r--r-- | tccgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2652,7 +2652,7 @@ the_end: /* long is never used as type */ if ((t & VT_BTYPE) == VT_LONG) -#ifndef TCC_TARGET_X86_64 +#if !defined TCC_TARGET_X86_64 || defined TCC_TARGET_PE t = (t & ~VT_BTYPE) | VT_INT; #else t = (t & ~VT_BTYPE) | VT_LLONG; |
