]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-s390x: split integer helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 2 Sep 2012 07:33:33 +0000 (07:33 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:06 +0000 (01:42 -0500)
commit7dc581be443c398cb745e55a3d474286b43bd533
tree67eca855c4ddcad473a487d311102b5f687568f7
parentf7c50726dd57e255b66d1369cd7883b49b0aa1aa
target-s390x: split integer helpers

Move integer helpers to int_helper.c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-s390x/Makefile.objs
target-s390x/int_helper.c [new file with mode: 0644]
target-s390x/op_helper.c