]> git.proxmox.com Git - qemu.git/commit
tcg-i386: Tidy qemu_ld/st slow path
authorRichard Henderson <rth@twiddle.net>
Thu, 25 Jul 2013 16:33:33 +0000 (06:33 -1000)
committerRichard Henderson <rth@twiddle.net>
Mon, 26 Aug 2013 20:31:53 +0000 (13:31 -0700)
commitc6f29ff096d9e956df94db20fe49275c35f601fb
tree4e55ac23341b0b90d46e96c7419b850b19c9c122
parent8023ccda079624221e618efeb537b41c70407469
tcg-i386: Tidy qemu_ld/st slow path

Use existing stack space for arguments; don't push/pop.
Use less ifdefs and more C ifs.

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