PERFORCE change 56489 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Jul 4 21:13:33 PDT 2004


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

Change 56489 by marcel at marcel_nfs on 2004/07/05 04:13:20

	Current supply the PC.

Affected files ...

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

Differences ...

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

@@ -55,9 +55,9 @@
 		/* 16-23: l0-l7 */
 		/* 24-31: i0-i7 */
 	case 30: return (&kdb_thrctx->pcb_sp);
-	case 31: return (&kdb_thrctx->pcb_pc);
 		/* 32-63: f0-f31 */
-		/* 64-79: f32-f62 (16 double FP) */
+		/* 64-79: f32-f62 (16 double FP) */	
+	case 80: return (&kdb_thrctx->pcb_pc);
 	}
 	return (NULL);
 }


More information about the p4-projects mailing list