From: Korey Sewell Date: Fri, 17 Mar 2006 00:01:09 +0000 (-0500) Subject: fix to LiveProcess (this change got deleted somehow) X-Git-Tag: m5_2.0_beta1~163 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc5d25bdb63bd47e51a47111258d9edf1232a23b;p=gem5.git fix to LiveProcess (this change got deleted somehow) --HG-- extra : convert_revision : fe4b7dc5b7d583e1d890648ba98bb0daf722a704 --- 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.