* [Qemu-devel] [6280] Fix gdbserver number of registers (Tristan Gingold)
@ 2009-01-13 16:28 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-01-13 16:28 UTC (permalink / raw)
To: qemu-devel
Revision: 6280
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6280
Author: blueswir1
Date: 2009-01-13 16:28:01 +0000 (Tue, 13 Jan 2009)
Log Message:
-----------
Fix gdbserver number of registers (Tristan Gingold)
Modified Paths:
--------------
trunk/gdbstub.c
Modified: trunk/gdbstub.c
===================================================================
--- trunk/gdbstub.c 2009-01-13 15:20:14 UTC (rev 6279)
+++ trunk/gdbstub.c 2009-01-13 16:28:01 UTC (rev 6280)
@@ -694,7 +694,7 @@
#if defined(TARGET_SPARC64) && !defined(TARGET_ABI32)
#define NUM_CORE_REGS 86
#else
-#define NUM_CORE_REGS 73
+#define NUM_CORE_REGS 72
#endif
#ifdef TARGET_ABI32
@@ -728,7 +728,7 @@
case 69: GET_REGA(env->npc);
case 70: GET_REGA(env->fsr);
case 71: GET_REGA(0); /* csr */
- case 72: GET_REGA(0);
+ default: GET_REGA(0);
}
#else
if (n < 64) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-13 16:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-13 16:28 [Qemu-devel] [6280] Fix gdbserver number of registers (Tristan Gingold) Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).