Re: [Qemu-devel] [PATCH] tcg/mips: remove inline keywords.

2017-11-05 Thread Aurelien Jarno
On 2017-11-06 08:57, Jiang Biao wrote: > The compiler will make reasonable default choies for inline > functions, so the inline keywords are redundant. Remove them to > retain consistant code style. > > Signed-off-by: Jiang Biao > Suggested-by: Richard Henderson

[Qemu-devel] [PATCH] tcg/mips: remove inline keywords.

2017-11-05 Thread Jiang Biao
The compiler will make reasonable default choies for inline functions, so the inline keywords are redundant. Remove them to retain consistant code style. Signed-off-by: Jiang Biao Suggested-by: Richard Henderson --- tcg/mips/tcg-target.inc.c | 52