]> git.proxmox.com Git - qemu.git/commit
target-s390x: fix style
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 2 Sep 2012 07:33:30 +0000 (07:33 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 10 Sep 2012 11:38:32 +0000 (13:38 +0200)
commit71e470886fb6092504503a5fe41092ace71c096c
tree9a91f145bc1b04d7367ca50b47f8a49449a89120
parent0c267217ca9985e6d118ec8368bebd382db7a099
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>
target-s390x/helper.c
target-s390x/op_helper.c