make db_expr_t a long.

This commit is contained in:
matthias 1997-03-01 09:50:16 +00:00
parent 73ea4ca540
commit 035bf3987f

View File

@ -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 <machine/trap.h>
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 */