commit | 9daa33dbcc2ef14ecbb7c38ade444b7fb329655a | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Fri Oct 20 10:37:48 2017 +0100 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Wed Nov 01 08:26:24 2017 +0000 |
tree | 4ac321f748b77c7155944158bc20d2eef143e3eb | |
parent | f0a2e9c4d293db6ed3a05e242d4737a0f617f3cf [diff] |
Include debug.h in debug.S 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>