tcg-i386: declare tcg_out_tlb_load() inline
Declare tcg_out_tlb_load() inline so that we don't loose optimisations
with commit 8516a04467
.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
82bb07db0c
commit
c28b14c694
@ -724,9 +724,10 @@ static void *qemu_st_helpers[4] = {
|
|||||||
|
|
||||||
EDX is clobbered. */
|
EDX is clobbered. */
|
||||||
|
|
||||||
static void tcg_out_tlb_load(TCGContext *s, int addrlo_idx, int mem_index,
|
static inline void tcg_out_tlb_load(TCGContext *s, int addrlo_idx,
|
||||||
int s_bits, const TCGArg *args,
|
int mem_index, int s_bits,
|
||||||
uint8_t **label_ptr, int which)
|
const TCGArg *args
|
||||||
|
uint8_t **label_ptr, int which)
|
||||||
{
|
{
|
||||||
const int addrlo = args[addrlo_idx];
|
const int addrlo = args[addrlo_idx];
|
||||||
const int r0 = TCG_REG_EAX;
|
const int r0 = TCG_REG_EAX;
|
||||||
|
Loading…
Reference in New Issue
Block a user