mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
target-lm32: gen_intermediate_code_internal() should be inlined
Cc: qemu-stable@nongnu.org Reported-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Richard Henderson <rth@twiddle.net> Acked-by: Michael Walle <michael@walle.cc> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
6f47ec50db
commit
28014bcab2
1 changed files with 3 additions and 2 deletions
|
@ -1011,7 +1011,8 @@ static void check_breakpoint(CPULM32State *env, DisasContext *dc)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* generate intermediate code for basic block 'tb'. */
|
/* generate intermediate code for basic block 'tb'. */
|
||||||
static void gen_intermediate_code_internal(CPULM32State *env,
|
static inline
|
||||||
|
void gen_intermediate_code_internal(CPULM32State *env,
|
||||||
TranslationBlock *tb, int search_pc)
|
TranslationBlock *tb, int search_pc)
|
||||||
{
|
{
|
||||||
struct DisasContext ctx, *dc = &ctx;
|
struct DisasContext ctx, *dc = &ctx;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue