summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-11-06 13:59:42 +0000
committerGitHub <noreply@github.com>2017-11-06 13:59:42 +0000
commit92c5066c93bb0c027c9ea8d7028d4fb722d3aec2 (patch)
tree36069ff6f34e3b9b5a10bc8cf923aec8a2d349c5 /common
parentf9a6db0f4804834930c4d4facfade0d850491eab (diff)
parente8a87acd4b7f3c526de036920df42230e37e6144 (diff)
Merge pull request #1153 from robertovargas-arm/fix-macros
Avoid use of undefined macros
Diffstat (limited to 'common')
-rw-r--r--common/aarch64/debug.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/aarch64/debug.S b/common/aarch64/debug.S
index d794d12e..4478d0d0 100644
--- a/common/aarch64/debug.S
+++ b/common/aarch64/debug.S
@@ -6,6 +6,7 @@
#include <arch.h>
#include <asm_macros.S>
+#include <debug.h>
.globl asm_print_str
.globl asm_print_hex