diff options
author | Juan Quintela <quintela@redhat.com> | 2009-09-23 01:19:00 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-25 19:51:45 +0000 |
commit | 86178a576b83e6687e8f67ed7de4255a5c30cf05 (patch) | |
tree | 2b5904df7cd31491006baf0d968f64bd927954a8 /gen-icount.h | |
parent | 2b321d697b6bab67c4d0b69303eee2944805b4f7 (diff) |
static and inline should came before the type of the functions
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'gen-icount.h')
-rw-r--r-- | gen-icount.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |