summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/reg.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-03-20 05:27:14 +0000
committermarcel <marcel@FreeBSD.org>2004-03-20 05:27:14 +0000
commit71c20a9d3f5a265e2e22741fab0179e238f99cc1 (patch)
tree4380947b3d8d8153ef94df7e13b18df40c79fda3 /sys/ia64/include/reg.h
parent141d659a4fdd8671eb03b367849098471366d9a9 (diff)
downloadFreeBSD-src-71c20a9d3f5a265e2e22741fab0179e238f99cc1.zip
FreeBSD-src-71c20a9d3f5a265e2e22741fab0179e238f99cc1.tar.gz
Replace uint64_t with unsigned long in struct dbreg.
Diffstat (limited to 'sys/ia64/include/reg.h')
-rw-r--r--sys/ia64/include/reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/include/reg.h b/sys/ia64/include/reg.h
index d453826..453c9b8 100644
--- a/sys/ia64/include/reg.h
+++ b/sys/ia64/include/reg.h
@@ -44,8 +44,8 @@ struct fpreg {
};
struct dbreg {
- uint64_t dbr_data[8];
- uint64_t dbr_inst[8];
+ unsigned long dbr_data[8];
+ unsigned long dbr_inst[8];
};
#ifdef _KERNEL
OpenPOWER on IntegriCloud