From 3b7f5008fdacf3c4b9e7329b64ab75741dcf5370 Mon Sep 17 00:00:00 2001 From: seyko Date: Thu, 26 Mar 2015 11:28:11 +0300 Subject: fix for the previous commit (compilation on RPi) --- tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index bd6828c..96c0333 100644 --- a/tcc.h +++ b/tcc.h @@ -1088,7 +1088,7 @@ ST_FUNC void cstr_reset(CString *cstr); ST_FUNC Section *new_section(TCCState *s1, const char *name, int sh_type, int sh_flags); ST_FUNC void section_realloc(Section *sec, unsigned long new_size); -ST_FUNC void *section_ptr_add(Section *sec, unsigned long size); +ST_FUNC void *section_ptr_add(Section *sec, addr_t size); ST_FUNC void section_reserve(Section *sec, unsigned long size); ST_FUNC Section *find_section(TCCState *s1, const char *name); -- cgit v1.3.1