Date: Mon, 5 Jul 2004 04:13:32 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 56489 for review Message-ID: <200407050413.i654DWYr071434@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=56489 Change 56489 by marcel@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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407050413.i654DWYr071434>