]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: Inline comma into POWERPC_DEF_SVR() macro
authorAndreas Färber <afaerber@suse.de>
Sun, 17 Feb 2013 23:16:03 +0000 (23:16 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 8 Mar 2013 20:04:45 +0000 (21:04 +0100)
commitc4d0a36c3630ad30058406747d3cd4cc6a6eae3c
tree06c6aa02ce200e20d3fd7fa495a50b206b107105
parent9a1350539a69f465c14109605d6648572794ceda
target-ppc: Inline comma into POWERPC_DEF_SVR() macro

To repurpose the POWERPC_DEF_SVR() macro outside of an array,
move the comma into the macro. No functional change.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c