SPARC,Remote GDB: Fix an accounting bug in the remote gdb stuff.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 3 Oct 2007 01:24:24 +0000 (18:24 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 3 Oct 2007 01:24:24 +0000 (18:24 -0700)
--HG--
extra : convert_revision : f6f0986211c442ac94da315e344a8f54d4d58c8a

src/arch/sparc/remote_gdb.hh

index dbdf810c437965d0afdb7d537b35a05de6e4db38..47e29ac02e0a3c5f032f72cac4ce04ff61522f07 100644 (file)
@@ -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: