mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Replace uint64_t with unsigned long in struct dbreg.
This commit is contained in:
parent
056dc22c4f
commit
e10f4ce153
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue