PVS V784: fix size of DR7 register

Even on 64bit CPUs it's a 32bit register.

Change-Id: I9a4de6eec225de19a90d70fae1382b662e530629
Reviewed-on: https://review.haiku-os.org/c/1625
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Adrien Destugues
2019-07-17 22:17:22 +00:00
committed by waddlesplash
parent 4a113a01d0
commit a216132469
@@ -101,7 +101,7 @@ struct arch_breakpoint {
struct arch_team_debug_info {
struct arch_breakpoint breakpoints[X86_BREAKPOINT_COUNT];
size_t dr7; // debug control register DR7
uint32_t dr7; // debug control register DR7
};
struct arch_thread_debug_info {