From: Gabe Black Date: Wed, 3 Oct 2007 01:24:24 +0000 (-0700) Subject: SPARC,Remote GDB: Fix an accounting bug in the remote gdb stuff. X-Git-Tag: m5_2.0_beta4~73^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c83418b1469b09aadb9a53d97336be4166b9b9c;p=gem5.git SPARC,Remote GDB: Fix an accounting bug in the remote gdb stuff. --HG-- extra : convert_revision : f6f0986211c442ac94da315e344a8f54d4d58c8a --- diff --git a/src/arch/sparc/remote_gdb.hh b/src/arch/sparc/remote_gdb.hh index dbdf810c4..47e29ac02 100644 --- a/src/arch/sparc/remote_gdb.hh +++ b/src/arch/sparc/remote_gdb.hh @@ -55,7 +55,7 @@ namespace SparcISA /*RegState contains data in same format as tstate */ Reg32Y = 64, Reg32Psr = 65, Reg32Tbr = 66, Reg32Pc = 67, Reg32Npc = 68, Reg32Fsr = 69, Reg32Csr = 70, - NumGDBRegs = RegY + NumGDBRegs }; public: