]> git.proxmox.com Git - qemu.git/commit - target-i386/cc_helper.c
target-i386: Make helper_cc_compute_{all,c} const
authorRichard Henderson <rth@twiddle.net>
Thu, 24 Jan 2013 00:10:49 +0000 (16:10 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 Feb 2013 23:25:55 +0000 (15:25 -0800)
commitdb9f2597722d5d8bc5f2330f186288d893114338
tree240c865992c49a148ba7df2e0d50dffa7cb04a88
parent8601c0b6c553a018fc62007efa8ac2a71d77f449
target-i386: Make helper_cc_compute_{all,c} const

Pass the data in explicitly, rather than indirectly via env.
This avoids all sorts of unnecessary register spillage.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/cc_helper.c
target-i386/helper.h
target-i386/translate.c