mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 04:32:40 +00:00
Newer compilers accept C style integer literal suffixes (like `1ULL`) in assembly code. Unfortunately, this seems to be a recent development and older compilers do not. Convert uses of these suffixes to use the helpers from utils_def_exp.h that will expand correctly. Change-Id: I5a6e4a52e3c9c85b964fd9fc88548af68cc9998e Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>