summaryrefslogtreecommitdiff
path: root/arch/isa_specific.hh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/isa_specific.hh')
-rw-r--r--arch/isa_specific.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/isa_specific.hh b/arch/isa_specific.hh
index 44f8e9d64..91c9ffb68 100644
--- a/arch/isa_specific.hh
+++ b/arch/isa_specific.hh
@@ -45,7 +45,7 @@
//would treat them as 0 in comparisons.
#define ALPHA_ISA 21064
#define SPARC_ISA 42
-#define MIPS_ISA 1337
+#define MIPS_ISA 34000
//These tell the preprocessor where to find the files of a particular
//ISA, and set the "TheISA" macro for use elsewhere.