]> git.proxmox.com Git - mirror_qemu.git/commit
PPC: Suppress gcc warnings with -Wtype-limits
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 18 Sep 2010 05:53:15 +0000 (05:53 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 18 Sep 2010 05:53:15 +0000 (05:53 +0000)
commitd62d28630dde50b436ca19afc9279ce449170121
tree693d309cef436a0a2a564f99d50511f6268fecdf
parent95ee3914bfd551aeec49932a400530141865acad
PPC: Suppress gcc warnings with -Wtype-limits

The hack added by c5b76b381081680633e2e0a91216507430409fb2 was not
enough to avoid warnings with gcc flag -Wtype-limits. Add a new macro
to fix both problems.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-ppc/op_helper.c