Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pdp10/pdp10 Remove next_instr_address(), it's a macro.
details: https://anonhg.NetBSD.org/src/rev/a2a263661490
branches: trunk
changeset: 551507:a2a263661490
user: ragge <ragge%NetBSD.org@localhost>
date: Sun Sep 07 13:33:38 2003 +0000
description:
Remove next_instr_address(), it's a macro.
diffstat:
sys/arch/pdp10/pdp10/db_machdep.c | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (19 lines):
diff -r 1fbabaef8190 -r a2a263661490 sys/arch/pdp10/pdp10/db_machdep.c
--- a/sys/arch/pdp10/pdp10/db_machdep.c Sun Sep 07 12:25:54 2003 +0000
+++ b/sys/arch/pdp10/pdp10/db_machdep.c Sun Sep 07 13:33:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.c,v 1.1 2003/08/19 10:55:00 ragge Exp $ */
+/* $NetBSD: db_machdep.c,v 1.2 2003/09/07 13:33:38 ragge Exp $ */
/*
* Copyright (c) 2003 Anders Magnusson (ragge%ludd.luth.se@localhost).
* All rights reserved.
@@ -120,9 +120,3 @@
{
return pc + 4;
}
-
-db_addr_t
-next_instr_address(db_addr_t pc, boolean_t bd)
-{
- return pc + 4;
-}
Home |
Main Index |
Thread Index |
Old Index