From 4d476e45f271dd520fb22a5a7277c59689400a4d Mon Sep 17 00:00:00 2001 From: Roberto Vargas Date: Fri, 20 Oct 2017 10:37:48 +0100 Subject: 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 --- common/aarch64/debug.S | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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 #include +#include .globl asm_print_str .globl asm_print_hex -- cgit v1.2.3