OSDN Git Service

target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as UL
authorTom Musta <tommusta@gmail.com>
Mon, 24 Feb 2014 14:12:13 +0000 (08:12 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:07:01 +0000 (03:07 +0100)
commit7dff9abe639e5baa6faa78267cc10726504b8de5
tree3c19165458e5d229ec0d621e550ef59724d3c5d7
parent3c3b0ddefac9255f29f5e5c2eb346d0a27e6d022
target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as UL

This patch fixes 64 bit constants that were erroneously declared as "ul" instead of
"ull".  The preferred form "ULL" is used.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/fpu_helper.c