summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/mips64orion/idtmon.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 19:56:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 19:56:41 +0000
commit9d5c22e31b651f8521a09db51ab1a2f6ebf9852e (patch)
tree8043f68a7517a13cb7393b3da492f76fbf979dda /c/src/exec/score/cpu/mips64orion/idtmon.h
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-9d5c22e31b651f8521a09db51ab1a2f6ebf9852e.tar.bz2
Switched to use of ASM compilation conditional.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/mips64orion/idtmon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/mips64orion/idtmon.h b/c/src/exec/score/cpu/mips64orion/idtmon.h
index b42211ed5c..2dacfe052e 100644
--- a/c/src/exec/score/cpu/mips64orion/idtmon.h
+++ b/c/src/exec/score/cpu/mips64orion/idtmon.h
@@ -84,7 +84,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#endif
-#if defined (CLANGUAGE) || defined(_LANGUAGE_C)
+#ifndef ASM
typedef struct {
unsigned int mem_size;
unsigned int icache_size;
@@ -95,7 +95,7 @@ typedef struct {
} mem_config;
-#endif CLANGUAGE || defined(_LANGUAGE_C)
+#endif
/*
** general equates for diagnostics and boolean functions