SPARC,Remote GDB: Fix an accounting bug in the remote gdb stuff.

--HG--
extra : convert_revision : f6f0986211c442ac94da315e344a8f54d4d58c8a
This commit is contained in:
Gabe Black 2007-10-02 18:24:24 -07:00
parent 5db7125317
commit 1c83418b14

View 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: