From 296891b1c5db2cb1972474d155c59e3833581874 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 5 Mar 2007 17:58:15 +0000 Subject: [PATCH] Add in NumGDBRegs so the constructor to the base class can get all it's arguments. --HG-- extra : convert_revision : fcec1ad134b53a419a952e556ed75cb1559a1127 --- src/arch/x86/remote_gdb.hh | 1 + 1 file changed, 1 insertion(+) 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 };