Re: [PATCH v12 08/23] i386: tcg: remove inline from cpu_load_eflags

2020-12-15 Thread Richard Henderson
On 12/12/20 9:55 AM, Claudio Fontana wrote: > make it a regular function. > > Suggested-by: Richard Henderson > Signed-off-by: Claudio Fontana > --- > target/i386/tcg/helper-tcg.h | 15 ++- > target/i386/tcg/misc_helper.c | 13 + > 2 files changed, 15 insertions(+), 13

[PATCH v12 08/23] i386: tcg: remove inline from cpu_load_eflags

2020-12-12 Thread Claudio Fontana
make it a regular function. Suggested-by: Richard Henderson Signed-off-by: Claudio Fontana --- target/i386/tcg/helper-tcg.h | 15 ++- target/i386/tcg/misc_helper.c | 13 + 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/target/i386/tcg/helper-tcg.h b/ta