summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/ddb/db_interface.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-12-21 13:23:35 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-12-21 13:23:35 +0000
commit21a2cadbe943dad65e04f7b37cdc2f22dbcadae9 (patch)
treee91b8636c42accfe475268935043abf69f9de411 /sys/arch/mvme88k/ddb/db_interface.c
parent7dfff93d646da97fe76e13c211823bd1b58e5472 (diff)
Switch db_expr_t from int to long, per consistency with other platforms.
Diffstat (limited to 'sys/arch/mvme88k/ddb/db_interface.c')
-rw-r--r--sys/arch/mvme88k/ddb/db_interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/ddb/db_interface.c b/sys/arch/mvme88k/ddb/db_interface.c
index 3d5516d93b1..f93b63afc58 100644
--- a/sys/arch/mvme88k/ddb/db_interface.c
+++ b/sys/arch/mvme88k/ddb/db_interface.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_interface.c,v 1.32 2003/12/19 22:30:17 miod Exp $ */
+/* $OpenBSD: db_interface.c,v 1.33 2003/12/21 13:23:32 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -355,7 +355,7 @@ void
m88k_db_registers(addr, have_addr, count, modif)
db_expr_t addr;
int have_addr;
- int count;
+ db_expr_t count;
char *modif;
{
m88k_db_print_frame((db_expr_t)DDB_REGS, TRUE, 0, modif);