[MIPS] s/__ASSEMBLER__/__ASSEMBLY__/ for clarity sake.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#define _ASM_HAZARDS_H
|
||||
|
||||
|
||||
#ifdef __ASSEMBLER__
|
||||
#ifdef __ASSEMBLY__
|
||||
#define ASMMACRO(name, code...) .macro name; code; .endm
|
||||
#else
|
||||
|
||||
|
Reference in New Issue
Block a user