]> Git Repo - qemu.git/commit
target-s390: Cleanup cc computation helpers
authorRichard Henderson <[email protected]>
Tue, 21 Aug 2012 19:36:10 +0000 (12:36 -0700)
committerRichard Henderson <[email protected]>
Sat, 5 Jan 2013 20:18:38 +0000 (12:18 -0800)
commit443aaeb8991022f3eadd2b65e14e805093e2a0e6
treecab62d7cbbe126eef0c9394497a463782a39463c
parentafdc70bea01452367e372db7e2168b71bb3aa9b3
target-s390: Cleanup cc computation helpers

The inline markers hid the fact that {n}abs_32 were unused
because of typos in the main do_calc_cc function.  Let the
compiler handle auto-inlining here.

Signed-off-by: Richard Henderson <[email protected]>
target-s390x/cc_helper.c
This page took 0.02542 seconds and 4 git commands to generate.