summaryrefslogtreecommitdiff
path: root/base/remote_gdb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/remote_gdb.hh')
-rw-r--r--base/remote_gdb.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/remote_gdb.hh b/base/remote_gdb.hh
index 652a58317..b7abf5116 100644
--- a/base/remote_gdb.hh
+++ b/base/remote_gdb.hh
@@ -43,6 +43,8 @@ class PhysicalMemory;
class GDBListener;
class RemoteGDB
{
+ protected:
+ typedef TheISA::MachInst MachInst;
private:
friend void debugger();
friend class GDBListener;