diff options
Diffstat (limited to 'sys/arch/mips64/include/asm.h')
-rw-r--r-- | sys/arch/mips64/include/asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/asm.h b/sys/arch/mips64/include/asm.h index 196ae7bca01..189b1931be2 100644 --- a/sys/arch/mips64/include/asm.h +++ b/sys/arch/mips64/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.5 2004/09/27 19:16:06 pefo Exp $ */ +/* $OpenBSD: asm.h,v 1.6 2004/09/27 20:39:27 pefo Exp $ */ /* * Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -33,7 +33,7 @@ #ifdef NEED_OLD_RM7KFIX #define ITLBNOPFIX nop;nop;nop;nop;nop;nop;nop;nop;nop;nop; #else -#define ITLBNOPFIX nop +#define ITLBNOPFIX nop;nop;nop;nop #endif #define _MIPS_ISA_MIPS1 1 /* R2000/R3000 */ |