]> Git Repo - qemu.git/commit
target-i386: Don't reference ENV through most of cc helpers
authorRichard Henderson <[email protected]>
Thu, 24 Jan 2013 00:06:38 +0000 (16:06 -0800)
committerRichard Henderson <[email protected]>
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 <[email protected]>
target-i386/cc_helper.c
target-i386/cc_helper_template.h
This page took 0.021273 seconds and 4 git commands to generate.