diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2014-06-19 18:06:24 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-06-19 18:06:24 +0100 |
commit | 5661ae6be23d8831a19c82f8eafb2aaecdf2da6a (patch) | |
tree | 77fb3fd29588ffcfde49ef24492d5108ecb8ecb2 /bsd-user | |
parent | 0062609f70b465a56cf80bc573d0971ef2a0affb (diff) | |
download | qemu-5661ae6be23d8831a19c82f8eafb2aaecdf2da6a.zip |
target-arm: Add ULL suffix to calculation of page size
The maximum block size for AArch64 address translation is 2GB. This means
that we need a ULL suffix on our shift to avoid shifting into the sign
bit of a signed 32 bit integer.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 1402171881-14343-2-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'bsd-user')
0 files changed, 0 insertions, 0 deletions