Add in NumGDBRegs so the constructor to the base class can get all it's arguments.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 5 Mar 2007 17:58:15 +0000 (17:58 +0000)
committerGabe 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

index a5e26cc2dfde4daebeedb1d3a6d1031a51660ca6..e21250875059983b43daf07289b3aa4fdc0afe69 100644 (file)
@@ -71,6 +71,7 @@ namespace X86ISA
       protected:
         enum RegisterContants
         {
+            NumGDBRegs
             //XXX fill this in
         };