summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/cpu/mips/idtmon.h4
-rw-r--r--c/src/exec/score/cpu/mips64orion/idtmon.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/score/cpu/mips/idtmon.h b/c/src/exec/score/cpu/mips/idtmon.h
index b42211ed5c..2dacfe052e 100644
--- a/c/src/exec/score/cpu/mips/idtmon.h
+++ b/c/src/exec/score/cpu/mips/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
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