diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-03-05 17:58:15 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-03-05 17:58:15 +0000 |
commit | 296891b1c5db2cb1972474d155c59e3833581874 (patch) | |
tree | b375fbf71c3c57a3b009ccd030c086b95c6f140c /src | |
parent | a473d50e4c8be5685f4188402c3790d6f4ceb951 (diff) | |
download | gem5-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')
-rw-r--r-- | src/arch/x86/remote_gdb.hh | 1 |
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 }; |