aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2016-10-03 12:29:38 +0200
committergrischka <grischka>2016-10-03 12:33:40 +0200
commit78f1c10e0f10770880d50d917910adfdedd646a2 (patch)
tree203ae17cbb093cd60ac0ae638aa1c7b7d3644e26 /tcc.h
parentf795e1be8327c1993c0e22d1630aea9677317178 (diff)
downloadtinycc-78f1c10e0f10770880d50d917910adfdedd646a2.tar.gz
tinycc-78f1c10e0f10770880d50d917910adfdedd646a2.tar.bz2
configure: fix tcc_lddir, cpu
... and other minor cosmetic fixes
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 0090ce4..c25ab01 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1535,7 +1535,9 @@ ST_FUNC void asm_clobber(uint8_t *clobber_regs, const char *str);
ST_FUNC int pe_load_file(struct TCCState *s1, const char *filename, int fd);
ST_FUNC int pe_output_file(TCCState * s1, const char *filename);
ST_FUNC int pe_putimport(TCCState *s1, int dllindex, const char *name, addr_t value);
+#ifndef TCC_TARGET_ARM
ST_FUNC SValue *pe_getimport(SValue *sv, SValue *v2);
+#endif
#ifdef TCC_TARGET_X86_64
ST_FUNC void pe_add_unwind_data(unsigned start, unsigned end, unsigned stack);
#endif