]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-s390x: fix style
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 2 Sep 2012 07:33:30 +0000 (07:33 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:06 +0000 (01:42 -0500)
commitb05900a7615a50acfa6d0d839b779d4bc14eb0e4
tree2046968b46400ced6cf549dfe6dee0c0b14842ba
parentb16148e1c6de2d71ed048c86eeb9e2c05a9eb06a
target-s390x: fix style

Before splitting op_helper.c and helper.c in the next patches,
fix style issues. No functional changes.

Replace also GCC specific __FUNCTION__ with
standard __func__.

Don't init static variable (cpu_s390x_init:inited) with 0.

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/helper.c
target-s390x/op_helper.c