Skip to content

Commit

Permalink
kernel/vmm - Fix build with VMM_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxillo committed Sep 25, 2016
1 parent a886e38 commit 7bf4771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sys/platform/pc64/vmm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,8 @@ vmx_handle_vmexit(void)
int exception_number;
int err;
int func, regs[4];
int fault_type, rv;
int rv;
int fault_type = VM_PROT_NONE;
int fault_flags = 0;
struct lwp *lp = curthread->td_lwp;

Expand Down

0 comments on commit 7bf4771

Please sign in to comment.