commit | 2336c1f1970a5c5cfd34a1785af646c960b6f43f | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sun Jul 03 07:05:50 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Oct 23 15:08:10 2011 +0000 |
tree | c5e3aab3604e8d1151bfa15140ec32ec7851a5d0 | |
parent | ab3b491f2131e12503d165a8ffaef5f3a488eafe [diff] |
Sparc: move trivial functions from op_helper.c These functions don't need access to CPUState or already pass it, so relocating them from op_helper.c to helper.c and int64_helper.c is trivial. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>