Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/m68k/m68k Remove duplicate db_disasm() prototype.
details: https://anonhg.NetBSD.org/src/rev/add00b56c167
branches: trunk
changeset: 954368:add00b56c167
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Apr 06 16:05:17 2021 +0000
description:
Remove duplicate db_disasm() prototype.
diffstat:
sys/arch/m68k/m68k/db_disasm.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r 18c8a342ae45 -r add00b56c167 sys/arch/m68k/m68k/db_disasm.h
--- a/sys/arch/m68k/m68k/db_disasm.h Tue Apr 06 16:04:44 2021 +0000
+++ b/sys/arch/m68k/m68k/db_disasm.h Tue Apr 06 16:05:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_disasm.h,v 1.9 2009/03/14 14:46:01 dsl Exp $ */
+/* $NetBSD: db_disasm.h,v 1.10 2021/04/06 16:05:17 simonb Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@@ -424,5 +424,3 @@
#define PRINT_FPREG(dbuf, reg) addstr(dbuf, fpregs[reg])
#define PRINT_DREG(dbuf, reg) addstr(dbuf, dregs[reg])
#define PRINT_AREG(dbuf, reg) addstr(dbuf, aregs[reg])
-
-db_addr_t db_disasm(db_addr_t loc, bool moto_syntax);
Home |
Main Index |
Thread Index |
Old Index