fix for the previous commit (compilation on RPi)

This commit is contained in:
seyko
2015-03-26 11:28:11 +03:00
parent acef4ff244
commit 3b7f5008fd
2 changed files with 2 additions and 2 deletions

View File

@ -388,7 +388,7 @@ ST_FUNC void section_realloc(Section *sec, unsigned long new_size)
/* reserve at least 'size' bytes in section 'sec' from
sec->data_offset. */
ST_FUNC void *section_ptr_add(Section *sec, size_t size)
ST_FUNC void *section_ptr_add(Section *sec, addr_t size)
{
size_t offset, offset1;