summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/mips/iregdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/mips/iregdef.h')
-rw-r--r--c/src/exec/score/cpu/mips/iregdef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/mips/iregdef.h b/c/src/exec/score/cpu/mips/iregdef.h
index 8463e74245..986f10ad04 100644
--- a/c/src/exec/score/cpu/mips/iregdef.h
+++ b/c/src/exec/score/cpu/mips/iregdef.h
@@ -295,6 +295,8 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#define R_FP R_R30
#define R_RA R_R31
+/* disabled for RTEMS */
+#if 0
/* Ketan added the following */
#if __mips == 1
#define sreg sw
@@ -320,6 +322,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#endif
/* #endif __mips == 3 */
/* Ketan till here */
+#endif
#endif /* __IREGDEF_H__ */