diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-03-16 19:01:09 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-03-16 19:01:09 -0500 |
commit | fc5d25bdb63bd47e51a47111258d9edf1232a23b (patch) | |
tree | d7f2e14b2878d70508e6514e9bdb94f1b544f88c /arch | |
parent | 1db74514c23a09997d3f3eabca31a4dc94cec2f7 (diff) | |
download | gem5-fc5d25bdb63bd47e51a47111258d9edf1232a23b.tar.xz |
fix to LiveProcess (this change got deleted somehow)
--HG--
extra : convert_revision : fe4b7dc5b7d583e1d890648ba98bb0daf722a704
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/linux_process.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/linux_process.hh b/arch/mips/linux_process.hh index a3efee6de..68da3227b 100644 --- a/arch/mips/linux_process.hh +++ b/arch/mips/linux_process.hh @@ -29,11 +29,11 @@ #ifndef __MIPS_LINUX_PROCESS_HH__ #define __MIPS_LINUX_PROCESS_HH__ -#include "sim/process.hh" +#include "arch/mips/process.hh" /// A process with emulated Mips/Linux syscalls. -class MipsLinuxProcess : public LiveProcess +class MipsLinuxProcess : public MipsLiveProcess { public: /// Constructor. |