aboutsummaryrefslogtreecommitdiff
path: root/include/arch/aarch64
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/aarch64')
-rw-r--r--include/arch/aarch64/smccc_helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/aarch64/smccc_helpers.h b/include/arch/aarch64/smccc_helpers.h
index e28697d7e..fac6fd9cf 100644
--- a/include/arch/aarch64/smccc_helpers.h
+++ b/include/arch/aarch64/smccc_helpers.h
@@ -9,7 +9,7 @@
#include <lib/smccc.h>
-#ifndef __ASSEMBLY__
+#ifndef __ASSEMBLER__
#include <stdbool.h>
@@ -82,6 +82,6 @@
_x4 = read_ctx_reg(regs, CTX_GPREG_X4); \
} while (false)
-#endif /*__ASSEMBLY__*/
+#endif /*__ASSEMBLER__*/
#endif /* SMCCC_HELPERS_H */