summaryrefslogtreecommitdiff
path: root/lib/stdlib
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-05-09 11:27:30 +0100
committerRoberto Vargas <roberto.vargas@arm.com>2018-05-09 11:36:10 +0100
commitd92a2863365f7dcb8caf8b6f9535d6a8870e81cb (patch)
tree912cf5aba3091ba61bb13cd26a1ea45e46bcef1f /lib/stdlib
parenta83a74d2308400245209192c6e49d8370d6e8a2b (diff)
xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE
When TF is compiled for aarch32 MAX_VIRT_ADDR_SPACE_SIZE is 2^32 in some cases, which makes the test (size) <= MAX_VIRT_ADDR_SPACE_SIZE a tautology because uintptr_t is a 32 bit value. The cast remove the warning for clang. Change-Id: I1345f3400f8fbbe4ffd3caa990a90e7ba593dba5 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'lib/stdlib')
0 files changed, 0 insertions, 0 deletions