summaryrefslogtreecommitdiff
path: root/src/arch/x86/remote_gdb.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-05 17:58:15 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-03-05 17:58:15 +0000
commit296891b1c5db2cb1972474d155c59e3833581874 (patch)
treeb375fbf71c3c57a3b009ccd030c086b95c6f140c /src/arch/x86/remote_gdb.hh
parenta473d50e4c8be5685f4188402c3790d6f4ceb951 (diff)
downloadgem5-296891b1c5db2cb1972474d155c59e3833581874.tar.xz
Add in NumGDBRegs so the constructor to the base class can get all it's arguments.
--HG-- extra : convert_revision : fcec1ad134b53a419a952e556ed75cb1559a1127
Diffstat (limited to 'src/arch/x86/remote_gdb.hh')
-rw-r--r--src/arch/x86/remote_gdb.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/remote_gdb.hh b/src/arch/x86/remote_gdb.hh
index a5e26cc2d..e21250875 100644
--- a/src/arch/x86/remote_gdb.hh
+++ b/src/arch/x86/remote_gdb.hh
@@ -71,6 +71,7 @@ namespace X86ISA
protected:
enum RegisterContants
{
+ NumGDBRegs
//XXX fill this in
};