Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha convert to DEC-style register names.
details: https://anonhg.NetBSD.org/src/rev/1f2a07271de5
branches: trunk
changeset: 472843:1f2a07271de5
user: cgd <cgd%NetBSD.org@localhost>
date: Sun May 09 19:39:13 1999 +0000
description:
convert to DEC-style register names.
diffstat:
sys/arch/alpha/alpha/db_interface.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b61cd0aa73ce -r 1f2a07271de5 sys/arch/alpha/alpha/db_interface.c
--- a/sys/arch/alpha/alpha/db_interface.c Sun May 09 19:38:59 1999 +0000
+++ b/sys/arch/alpha/alpha/db_interface.c Sun May 09 19:39:13 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_interface.c,v 1.6 1999/04/20 21:19:48 thorpej Exp $ */
+/* $NetBSD: db_interface.c,v 1.7 1999/05/09 19:39:13 cgd Exp $ */
/*
* Mach Operating System
@@ -51,7 +51,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.6 1999/04/20 21:19:48 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.7 1999/05/09 19:39:13 cgd Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -504,7 +504,7 @@
* Jump format: target PC is (contents of instruction's "RB") & ~3.
*/
case op_j:
- newpc = db_register_value(regs, insn.jump_format.rs) & ~3;
+ newpc = db_register_value(regs, insn.jump_format.rb) & ~3;
break;
/*
Home |
Main Index |
Thread Index |
Old Index