From 86178a576b83e6687e8f67ed7de4255a5c30cf05 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 23 Sep 2009 01:19:00 +0200 Subject: static and inline should came before the type of the functions Signed-off-by: Juan Quintela Signed-off-by: Blue Swirl --- gen-icount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gen-icount.h') diff --git a/gen-icount.h b/gen-icount.h index d4524d6634..01face23b4 100644 --- a/gen-icount.h +++ b/gen-icount.h @@ -40,7 +40,7 @@ static void gen_icount_end(TranslationBlock *tb, int num_insns) } } -static void inline gen_io_start(void) +static inline void gen_io_start(void) { TCGv_i32 tmp = tcg_const_i32(1); tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io)); -- cgit v1.2.1