]> git.proxmox.com Git - qemu.git/commit
target-i386: Don't reference ENV through most of cc helpers
authorRichard Henderson <rth@twiddle.net>
Thu, 24 Jan 2013 00:06:38 +0000 (16:06 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 Feb 2013 23:21:31 +0000 (15:21 -0800)
commit8601c0b6c553a018fc62007efa8ac2a71d77f449
tree8d577bde5fc5b8c057d6a5d5445dc2d725d7d84b
parenta3251186fc6a04d421e9c4b65aa04ec32379ec38
target-i386: Don't reference ENV through most of cc helpers

In preparation for making this a const helper.

By using the proper types in the parameters to the helper functions,
we get to avoid quite a lot of subsequent casting.

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