fix to LiveProcess (this change got deleted somehow)
--HG-- extra : convert_revision : fe4b7dc5b7d583e1d890648ba98bb0daf722a704
This commit is contained in:
parent
1db74514c2
commit
fc5d25bdb6
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue