Add in NumGDBRegs so the constructor to the base class can get all it's arguments.

--HG--
extra : convert_revision : fcec1ad134b53a419a952e556ed75cb1559a1127
This commit is contained in:
Gabe Black 2007-03-05 17:58:15 +00:00
parent a473d50e4c
commit 296891b1c5

View file

@ -71,6 +71,7 @@ namespace X86ISA
protected:
enum RegisterContants
{
NumGDBRegs
//XXX fill this in
};