]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/translate.c
target-i386: Tidy load + truncate
authorRichard Henderson <rth@twiddle.net>
Sat, 2 Nov 2013 19:54:48 +0000 (09:54 -1000)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Jan 2014 19:36:31 +0000 (11:36 -0800)
commit80b0201384f17fd6401eb11eab79ea0e5896b496
tree4ead77c60e3f956a8edf27c03c39d40e83bc47e4
parent24b9c00fc3106a98adc0e89915584eadb092b745
target-i386: Tidy load + truncate

We can now use tcg_gen_qemu_ld_i32 directly to avoid the truncation.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c