summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-03-16 19:01:09 -0500
committerKorey Sewell <ksewell@umich.edu>2006-03-16 19:01:09 -0500
commitfc5d25bdb63bd47e51a47111258d9edf1232a23b (patch)
treed7f2e14b2878d70508e6514e9bdb94f1b544f88c /arch
parent1db74514c23a09997d3f3eabca31a4dc94cec2f7 (diff)
downloadgem5-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.hh4
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.