mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
![]() There are some values that should be 64-bit immediates but that resolve to 0 because the type of the value is 32-bit wide. This patch casts the expressions to 64-bit before the shift so that the definition has the correct value. The definitions are only used in assembly so far, so the code is not actually affected by this bug. The assembler treats all values as 64-bit values, so there are no overflows. Change-Id: I965e4be631c1d28787c0913661d224c82a6b9155 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com> |
||
---|---|---|
.. | ||
aem_generic.h | ||
cortex_a5.h | ||
cortex_a7.h | ||
cortex_a9.h | ||
cortex_a12.h | ||
cortex_a15.h | ||
cortex_a17.h | ||
cortex_a32.h | ||
cortex_a53.h | ||
cortex_a57.h | ||
cortex_a72.h | ||
cpu_macros.S |