summaryrefslogtreecommitdiff
path: root/i386/i386/db_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/db_machdep.h')
-rw-r--r--i386/i386/db_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/db_machdep.h b/i386/i386/db_machdep.h
index 95e37971..1dba2cd8 100644
--- a/i386/i386/db_machdep.h
+++ b/i386/i386/db_machdep.h
@@ -39,7 +39,7 @@
#include <i386/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 i386_saved_state db_regs_t;
db_regs_t ddb_regs; /* register state */