Skip to content

Commit

Permalink
target-microblaze: 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>
(cherry picked from commit fd327f4)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
  • Loading branch information
afaerber authored and mdroth committed Aug 12, 2013
1 parent 7d4d902 commit 0320902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-microblaze/translate.c
Expand Up @@ -1737,7 +1737,7 @@ static void check_breakpoint(CPUMBState *env, DisasContext *dc)
}

/* generate intermediate code for basic block 'tb'. */
static void
static inline void
gen_intermediate_code_internal(CPUMBState *env, TranslationBlock *tb,
int search_pc)
{
Expand Down

0 comments on commit 0320902

Please sign in to comment.