Skip to content

Commit

Permalink
target-moxie: gen_intermediate_code_internal() should be inlined
Browse files Browse the repository at this point in the history
Cc: qemu-stable@nongnu.org
Reported-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andreas Färber <afaerber@suse.de>
  • Loading branch information
afaerber committed Jul 9, 2013
1 parent fd327f4 commit 13cccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-moxie/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ static int decode_opc(MoxieCPU *cpu, DisasContext *ctx)
}

/* generate intermediate code for basic block 'tb'. */
static void
static inline void
gen_intermediate_code_internal(MoxieCPU *cpu, TranslationBlock *tb,
bool search_pc)
{
Expand Down

0 comments on commit 13cccc6

Please sign in to comment.