summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/db_machdep.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-08-20 23:35:15 +0000
committerjake <jake@FreeBSD.org>2001-08-20 23:35:15 +0000
commit0eadd1a70f8cd1b1f090de61f04380657e956e97 (patch)
tree62a0c408bf4a1cdde3b0f9dd9c51b8c129256ada /sys/sparc64/include/db_machdep.h
parentdf930f49e524acd01a604264e7f06fba9022826f (diff)
downloadFreeBSD-src-0eadd1a70f8cd1b1f090de61f04380657e956e97.zip
FreeBSD-src-0eadd1a70f8cd1b1f090de61f04380657e956e97.tar.gz
db_expr_t is signed.
Diffstat (limited to 'sys/sparc64/include/db_machdep.h')
-rw-r--r--sys/sparc64/include/db_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/db_machdep.h b/sys/sparc64/include/db_machdep.h
index c3a7625..287eacd 100644
--- a/sys/sparc64/include/db_machdep.h
+++ b/sys/sparc64/include/db_machdep.h
@@ -35,7 +35,7 @@
#define BYTE_MSF (1)
typedef vm_offset_t db_addr_t;
-typedef u_long db_expr_t;
+typedef long db_expr_t;
struct db_regs {
u_long dr_global[8];
OpenPOWER on IntegriCloud