diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-03-14 18:30:09 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-03-14 18:30:09 -0500 |
commit | 0d8cfed042cbd987fd5b9c5d9307d8c34225c90e (patch) | |
tree | d7fd03fa79135645a11629da94a9d3d33478b7ea /arch/mips/process.cc | |
parent | 67a1b7a61b42abb9be2fb075ec0d4cc2f6414926 (diff) | |
parent | 6547e8882ba8fa538a8a80040b7eb82baedc540a (diff) | |
download | gem5-0d8cfed042cbd987fd5b9c5d9307d8c34225c90e.tar.xz |
Merge zizzer:/bk/newmem
into zazzer.eecs.umich.edu:/.automount/zooks/y/ksewell/research/m5-sim/newmem
--HG--
extra : convert_revision : 054833d2f7019b9a1247efc4451ccb143242059d
Diffstat (limited to 'arch/mips/process.cc')
-rw-r--r-- | arch/mips/process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/process.cc b/arch/mips/process.cc index f63e668b5..8f8a34934 100644 --- a/arch/mips/process.cc +++ b/arch/mips/process.cc @@ -27,7 +27,7 @@ */ #include "arch/mips/process.hh" -#include "arch/mips/linux/process.hh" +#include "arch/mips/linux_process.hh" #include "base/loader/object_file.hh" #include "base/misc.hh" |