commit | 7dff9abe639e5baa6faa78267cc10726504b8de5 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Mon Feb 24 08:12:13 2014 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Mar 05 03:07:01 2014 +0100 |
tree | 3c19165458e5d229ec0d621e550ef59724d3c5d7 | |
parent | 3c3b0ddefac9255f29f5e5c2eb346d0a27e6d022 [diff] |
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>