summaryrefslogtreecommitdiff
path: root/sim/process.hh
diff options
context:
space:
mode:
Diffstat (limited to 'sim/process.hh')
-rw-r--r--sim/process.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/process.hh b/sim/process.hh
index 40143ea04..6e91bb0ab 100644
--- a/sim/process.hh
+++ b/sim/process.hh
@@ -51,6 +51,10 @@ class FunctionalMemory;
class SyscallDesc;
class Process : public SimObject
{
+ protected:
+ typedef TheISA::Addr Addr;
+ typedef TheISA::RegFile RegFile;
+ typedef TheISA::MachInst MachInst;
public:
// have we initialized an execution context from this process? If