tcg-i386: fix a typo

Fix a typo introduced by c28b14c694.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
master
Aurelien Jarno 2010-06-03 00:02:30 +02:00
parent c28b14c694
commit 4309a79bff
1 changed files with 1 additions and 1 deletions

View File

@ -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];