]> git.proxmox.com Git - qemu.git/commit
tcg-i386: Tidy softmmu routines
authorRichard Henderson <rth@twiddle.net>
Wed, 4 Sep 2013 15:13:42 +0000 (08:13 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 12 Oct 2013 23:19:19 +0000 (16:19 -0700)
commit7352ee546ce0aba261d0e64595eae6e74e75e49d
tree4b585ec3f958066d1cd384f19ff356e0bcedd7dc
parent37c5d0d5d1ad4e603dc50411c85bad6f726357a2
tcg-i386: Tidy softmmu routines

Pass two TCGReg to tcg_out_tlb_load, rather than idx+args.

Move ldst_optimization routines just below tcg_out_tlb_load to avoid
the need for forward declarations.

Use TCGReg enum in preference to int where apprpriate.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/i386/tcg-target.c