mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
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>
This commit is contained in:
parent
2b321d697b
commit
86178a576b
8 changed files with 12 additions and 12 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue