diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/locore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386/locore.h b/i386/i386/locore.h index 00da07ad..a8807dbf 100644 --- a/i386/i386/locore.h +++ b/i386/i386/locore.h @@ -27,8 +27,8 @@ * Fault recovery in copyin/copyout routines. */ struct recovery { - int fault_addr; - int recover_addr; + vm_offset_t fault_addr; + vm_offset_t recover_addr; }; extern struct recovery recover_table[]; |