Resolve some inlining issues in recent gcc.

This commit is contained in:
Bill Currie 2011-05-04 09:31:18 +09:00
parent bc2174d92b
commit d3771dfeba
2 changed files with 2 additions and 2 deletions

View file

@ -1149,7 +1149,7 @@ error:
(long)(st - pr->pr_statements), op->opname);
}
static inline void
static void
check_global_size (progs_t *pr, dstatement_t *st, opcode_t *op,
unsigned short size, unsigned short operand)
{

View file

@ -674,7 +674,7 @@ Cache_UnlinkLRU (cache_system_t * cs)
cs->lru_prev = cs->lru_next = NULL;
}
static inline void
static void
Cache_MakeLRU (cache_system_t * cs)
{
if (cs->lru_next || cs->lru_prev)