SPARC,Remote GDB: Fix an accounting bug in the remote gdb stuff.
--HG-- extra : convert_revision : f6f0986211c442ac94da315e344a8f54d4d58c8a
This commit is contained in:
parent
5db7125317
commit
1c83418b14
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue