Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jul 2004 19:42:39 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 56532 for review
Message-ID:  <200407051942.i65Jgdag000913@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=56532

Change 56532 by marcel@marcel_nfs on 2004/07/05 19:41:49

	Return RA as the PC. We won't have a PC otherwise and that's
	rather an important register to have.

Affected files ...

.. //depot/projects/gdb/sys/alpha/alpha/gdb_machdep.c#6 edit

Differences ...

==== //depot/projects/gdb/sys/alpha/alpha/gdb_machdep.c#6 (text+ko) ====

@@ -52,8 +52,8 @@
 	case 13: return (&kdb_thrctx->pcb_context[4]);
 	case 14: return (&kdb_thrctx->pcb_context[5]);
 	case 15: return (&kdb_thrctx->pcb_context[6]);
-	case 26: return (&kdb_thrctx->pcb_context[7]);
 	case 30: return (&kdb_thrctx->pcb_hw.apcb_ksp);
+	case 64: return (&kdb_thrctx->pcb_context[7]);
 	}
 	return (NULL);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407051942.i65Jgdag000913>