]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/cpu.h
target/ppc: fix the PPC_BIT definitions
authorCédric Le Goater <clg@kaod.org>
Mon, 17 Dec 2018 22:34:39 +0000 (23:34 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 20 Dec 2018 22:24:23 +0000 (09:24 +1100)
commita7d4b1bf418acae58a3f0649c578cc0451136f46
tree93172029a4f303b07eeff025f3753d9aaa90377e
parent95de6f4b92efea391a3cbb8651d774a4d3529861
target/ppc: fix the PPC_BIT definitions

Change the PPC_BIT macro to use ULL instead of UL and the PPC_BIT32
and PPC_BIT8 not to use any suffix.

This fixes a compile breakage on windows.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h