tcg-i386: fix a typo
Fix a typo introduced by c28b14c694
.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
c28b14c694
commit
4309a79bff
@ -726,7 +726,7 @@ static void *qemu_st_helpers[4] = {
|
||||
|
||||
static inline void tcg_out_tlb_load(TCGContext *s, int addrlo_idx,
|
||||
int mem_index, int s_bits,
|
||||
const TCGArg *args
|
||||
const TCGArg *args,
|
||||
uint8_t **label_ptr, int which)
|
||||
{
|
||||
const int addrlo = args[addrlo_idx];
|
||||
|
Loading…
Reference in New Issue
Block a user