diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2017-03-27 19:00:39 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2017-03-27 19:00:39 +0000 |
commit | 727f8756f8a51b6a8cba057c32e9830da362b777 (patch) | |
tree | 23df783af6ea86344a16c9e85e830c7abfa38962 /sys/arch/amd64 | |
parent | 82b8e7be8de19cf46290f67fd5e7fd96c65e6654 (diff) |
typo in debug build
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/vmm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/vmm.c b/sys/arch/amd64/amd64/vmm.c index adb98e5f30b..51cb90e91f5 100644 --- a/sys/arch/amd64/amd64/vmm.c +++ b/sys/arch/amd64/amd64/vmm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmm.c,v 1.129 2017/03/26 21:47:34 mlarkin Exp $ */ +/* $OpenBSD: vmm.c,v 1.130 2017/03/27 19:00:38 mlarkin Exp $ */ /* * Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org> * @@ -4304,7 +4304,7 @@ vmx_handle_wrmsr(struct vcpu *vcpu) uint64_t insn_length; uint64_t *rax, *rdx; #ifdef VMM_DEBUG - uin64_t *rcx; + uint64_t *rcx; #endif /* VMM_DEBUG */ if (vmread(VMCS_INSTRUCTION_LENGTH, &insn_length)) { |