mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
![]() In order to avoid Undefined behavior, left operand in left-shift expressions needs to be unsigned, and of sufficient size. The safest and most consistent approach is to use unsigned long long type. Change-Id: I9612f16a6e6ea4c7df62a02497d862abf19b8e1b Signed-off-by: Eleanor Bonnici <Eleanor.bonnici@arm.com> |
||
---|---|---|
.. | ||
aem_generic.h | ||
cortex_a32.h | ||
cortex_a53.h | ||
cortex_a57.h | ||
cortex_a72.h | ||
cpu_macros.S |