commit | e5d7d2b0f55a3b90965044a0ea77e30700a5e136 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 20 19:47:27 2014 +0000 |
committer | Alexander Graf <agraf@suse.de> | Wed Mar 05 03:07:00 2014 +0100 |
tree | 82b0fc47b6eabc39c76c6b271b1269900b6cacb7 | |
parent | 0a61f3b4782d4dd431c8d6cca6d7fd48d68e1b59 [diff] |
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>