Removed a wrong comment of mine.

Removed unused #includes.
This commit is contained in:
Bruce Evans 1997-04-01 16:22:31 +00:00
parent cc289dff53
commit 12f2987754
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24494
2 changed files with 4 additions and 20 deletions

View file

@ -23,19 +23,15 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_disasm.c,v 1.19 1997/02/22 09:32:12 peter Exp $
*/
/*
* Instruction disassembler.
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <ddb/ddb.h>
#include <ddb/ddb.h>
#include <ddb/db_access.h>
#include <ddb/db_sym.h>
@ -1337,10 +1333,6 @@ db_disasm(loc, altfmt)
case Is:
len = db_lengths[size];
get_value_inc(imm, loc, len, FALSE);
/*
* XXX the + in this format doesn't seem to work right.
* `Is' is equivalent to `I'.
*/
db_printf("$%+#n", imm);
break;

View file

@ -23,19 +23,15 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_disasm.c,v 1.19 1997/02/22 09:32:12 peter Exp $
*/
/*
* Instruction disassembler.
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <ddb/ddb.h>
#include <ddb/ddb.h>
#include <ddb/db_access.h>
#include <ddb/db_sym.h>
@ -1337,10 +1333,6 @@ db_disasm(loc, altfmt)
case Is:
len = db_lengths[size];
get_value_inc(imm, loc, len, FALSE);
/*
* XXX the + in this format doesn't seem to work right.
* `Is' is equivalent to `I'.
*/
db_printf("$%+#n", imm);
break;