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 Include <ddb/db_interface.h> to get ddb's...



details:   https://anonhg.NetBSD.org/src/rev/cf744f0204de
branches:  trunk
changeset: 961025:cf744f0204de
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Apr 06 16:04:44 2021 +0000

description:
Include <ddb/db_interface.h> to get ddb's db_disasm() prototype.

diffstat:

 sys/arch/m68k/m68k/db_disasm.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r d0815518ff0a -r cf744f0204de sys/arch/m68k/m68k/db_disasm.c
--- a/sys/arch/m68k/m68k/db_disasm.c    Tue Apr 06 15:55:26 2021 +0000
+++ b/sys/arch/m68k/m68k/db_disasm.c    Tue Apr 06 16:04:44 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_disasm.c,v 1.44 2019/10/26 17:50:18 christos Exp $  */
+/*     $NetBSD: db_disasm.c,v 1.45 2021/04/06 16:04:44 simonb Exp $    */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -63,7 +63,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.44 2019/10/26 17:50:18 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.45 2021/04/06 16:04:44 simonb Exp $");
 
 #include <sys/param.h>
 #ifdef _KERNEL
@@ -72,8 +72,9 @@
 
 #include <machine/db_machdep.h>
 
+#include <ddb/db_interface.h>
+#include <ddb/db_output.h>
 #include <ddb/db_sym.h>
-#include <ddb/db_output.h>
 #include <m68k/m68k/db_disasm.h>
 
 static void    get_modregstr(dis_buffer_t *, int, int, int, int);



Home | Main Index | Thread Index | Old Index