projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a473d50
)
Add in NumGDBRegs so the constructor to the base class can get all it's arguments.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 5 Mar 2007 17:58:15 +0000
(17:58 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 5 Mar 2007 17:58:15 +0000
(17:58 +0000)
--HG--
extra : convert_revision :
fcec1ad134b53a419a952e556ed75cb1559a1127
src/arch/x86/remote_gdb.hh
patch
|
blob
|
history
diff --git
a/src/arch/x86/remote_gdb.hh
b/src/arch/x86/remote_gdb.hh
index a5e26cc2dfde4daebeedb1d3a6d1031a51660ca6..e21250875059983b43daf07289b3aa4fdc0afe69 100644
(file)
--- 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
};