mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 06:52:42 +00:00
debug.S was using macros defined in debug.h, but since it didn't include it, these macros were taking the value 0, which means that all the preprocessor conditionals were wrong. Change-Id: If4ca81cc5a1662991589f914a2557ceff0eaaede Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>