diff --git a/sys/arch/pc532/include/db_machdep.h b/sys/arch/pc532/include/db_machdep.h index 63e2d6873887..6fa5579992a9 100644 --- a/sys/arch/pc532/include/db_machdep.h +++ b/sys/arch/pc532/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_machdep.h,v 1.4 1996/10/09 07:28:44 matthias Exp $ */ +/* $NetBSD: db_machdep.h,v 1.5 1997/03/01 09:50:16 matthias Exp $ */ /* * Mach Operating System @@ -56,7 +56,7 @@ #include typedef vm_offset_t db_addr_t; /* address - unsigned */ -typedef int db_expr_t; /* expression - signed */ +typedef long db_expr_t; /* expression - signed */ typedef struct trapframe db_regs_t; db_regs_t ddb_regs; /* register state */