diff options
Diffstat (limited to 'i386-gen.c')
| -rw-r--r-- | i386-gen.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -581,10 +581,12 @@ ST_FUNC void gfunc_prolog(CType *func_type) } #endif +#ifndef CONFIG_USE_LIBGCC #ifndef TCC_TARGET_PE if (0 == strcmp(funcname, "main")) gen_static_call(TOK___tcc_fpinit); #endif +#endif } |
