From d59b60290a19250ffb3c30f8b7e8e14cd115f6cd Mon Sep 17 00:00:00 2001 From: Mats O Jansson Date: Fri, 20 Aug 1999 16:37:57 +0000 Subject: change MIPSE{B|L} to __MIPSE{B|L}__. -moj --- sys/arch/pmax/include/machAsmDefs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/pmax/include/machAsmDefs.h') diff --git a/sys/arch/pmax/include/machAsmDefs.h b/sys/arch/pmax/include/machAsmDefs.h index cbe242708d2..79b0796b1ba 100644 --- a/sys/arch/pmax/include/machAsmDefs.h +++ b/sys/arch/pmax/include/machAsmDefs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: machAsmDefs.h,v 1.4 1996/10/29 17:02:39 graichen Exp $ */ +/* $OpenBSD: machAsmDefs.h,v 1.5 1999/08/20 16:37:56 maja Exp $ */ /* * Copyright (c) 1992, 1993 @@ -62,13 +62,13 @@ /* * Define how to access unaligned data word */ -#ifdef MIPSEL +#ifdef __MIPSEL__ #define LWLO lwl #define LWHI lwr #define SWLO swl #define SWHI swr #endif -#ifdef MIPSEB +#ifdef __MIPSEB__ #define LWLO lwr #define LWHI lwl #define SWLO swr -- cgit v1.2.3