projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db7125
)
SPARC,Remote GDB: Fix an accounting bug in the remote gdb stuff.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 3 Oct 2007 01:24:24 +0000
(18:24 -0700)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/arch/sparc/remote_gdb.hh
b/src/arch/sparc/remote_gdb.hh
index dbdf810c437965d0afdb7d537b35a05de6e4db38..47e29ac02e0a3c5f032f72cac4ce04ff61522f07 100644
(file)
--- 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: