target-ppc/translate.c: Use ULL suffix for 64 bit constants
commite5d7d2b0f55a3b90965044a0ea77e30700a5e136
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 19:47:27 +0000 (20 19:47 +0000)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:07:00 +0000 (5 03:07 +0100)
tree82b0fc47b6eabc39c76c6b271b1269900b6cacb7
parent0a61f3b4782d4dd431c8d6cca6d7fd48d68e1b59
target-ppc/translate.c: Use ULL suffix for 64 bit constants

64 bit constants need the "ULL" suffix, not just "UL", because
on 32 bit platforms 'long' is not large enough and this will
cause a compiler warning.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c