aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.c')
-rw-r--r--libtcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtcc.c b/libtcc.c
index b04a5cb..eb69438 100644
--- a/libtcc.c
+++ b/libtcc.c
@@ -540,7 +540,7 @@ ST_FUNC void put_extern_sym(Sym *sym, Section *section,
/* add a new relocation entry to symbol 'sym' in section 's' */
ST_FUNC void greloca(Section *s, Sym *sym, unsigned long offset, int type,
- unsigned long addend)
+ addr_t addend)
{
int c = 0;
if (sym) {