diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-03 00:02:30 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-03 00:02:30 +0200 |
commit | 4309a79bffce10d6d8de82c5ee403ffa4f45db64 (patch) | |
tree | fccf5bda297e03abe504a93c61d91c16033da6d0 /tcg | |
parent | c28b14c694d759f39fe3ae4f8d03b567da5b93f8 (diff) |
tcg-i386: fix a typo
Fix a typo introduced by c28b14c694d759f39fe3ae4f8d03b567da5b93f8.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg')
-rw-r--r-- | tcg/i386/tcg-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c index e16557e31a..3600c35231 100644 --- a/tcg/i386/tcg-target.c +++ b/tcg/i386/tcg-target.c @@ -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]; |