summaryrefslogtreecommitdiff
path: root/tools/arch/x86/include/asm/nops.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/arch/x86/include/asm/nops.h')
-rw-r--r--tools/arch/x86/include/asm/nops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/arch/x86/include/asm/nops.h b/tools/arch/x86/include/asm/nops.h
index 1c1b7550fa55..cd94221d8335 100644
--- a/tools/arch/x86/include/asm/nops.h
+++ b/tools/arch/x86/include/asm/nops.h
@@ -82,7 +82,7 @@
#define ASM_NOP7 _ASM_BYTES(BYTES_NOP7)
#define ASM_NOP8 _ASM_BYTES(BYTES_NOP8)
-#ifndef __ASSEMBLY__
+#ifndef __ASSEMBLER__
extern const unsigned char * const x86_nops[];
#endif