]> git.proxmox.com Git - qemu.git/blobdiff - gen-icount.h
static and inline should came before the type of the functions
[qemu.git] / gen-icount.h
index d4524d6634624c0884424080835aad7b5d7ad12f..01face23b4c0852c71238ab5639130c185124e66 100644 (file)
@@ -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));