mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue