[MIPS] s/__ASSEMBLER__/__ASSEMBLY__/ for clarity sake.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2006-09-25 15:49:49 +01:00
parent e584ade1a6
commit 36396f3c36
4 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
#define _ASM_HAZARDS_H
#ifdef __ASSEMBLER__
#ifdef __ASSEMBLY__
#define ASMMACRO(name, code...) .macro name; code; .endm
#else