diff options
author | Deyuan Guo <guodeyuan@tsinghua.org.cn> | 2012-01-12 09:59:01 -0500 |
---|---|---|
committer | Deyuan Guo <guodeyuan@tsinghua.org.cn> | 2012-01-12 09:59:01 -0500 |
commit | 4a59cf00b4b03b63e30a89f1b7f27dbd8bca4f3a (patch) | |
tree | a498eee118a17268fbf53bfd628a982aa408d793 /src/arch | |
parent | 31b6941a52f859cf11c3f35ec4c0ac2f2f11eb14 (diff) | |
download | gem5-4a59cf00b4b03b63e30a89f1b7f27dbd8bca4f3a.tar.xz |
mips: compatibility between MIPS_SE and cross compiler from CodeSorcery
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/mips/linux/process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/linux/process.cc b/src/arch/mips/linux/process.cc index 156d4ea05..0982e05cb 100644 --- a/src/arch/mips/linux/process.cc +++ b/src/arch/mips/linux/process.cc @@ -55,7 +55,7 @@ unameFunc(SyscallDesc *desc, int callnum, LiveProcess *process, strcpy(name->sysname, "Linux"); strcpy(name->nodename,"m5.eecs.umich.edu"); - strcpy(name->release, "2.4.20"); + strcpy(name->release, "2.6.35"); strcpy(name->version, "#1 Mon Aug 18 11:32:15 EDT 2003"); strcpy(name->machine, "mips"); |