Skip to content

Commit

Permalink
tcg-i386: fix a typo
Browse files Browse the repository at this point in the history
Fix a typo introduced by c28b14c.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
  • Loading branch information
aurel32 committed Jun 2, 2010
1 parent c28b14c commit 4309a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcg/i386/tcg-target.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 4309a79

Please sign in to comment.