PERFORCE change 56532 for review

Marcel Moolenaar marcel at FreeBSD.org
Mon Jul 5 12:42:41 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=56532

Change 56532 by marcel at 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);
 }


More information about the p4-projects mailing list