artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb737cc
)
typo - extra semicolon
author
mlarkin
<mlarkin@openbsd.org>
Tue, 30 May 2017 04:45:38 +0000
(
04:45
+0000)
committer
mlarkin
<mlarkin@openbsd.org>
Tue, 30 May 2017 04:45:38 +0000
(
04:45
+0000)
sys/arch/amd64/amd64/vmm.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/vmm.c
b/sys/arch/amd64/amd64/vmm.c
index
61b1c4b
..
f44321c
100644
(file)
--- a/
sys/arch/amd64/amd64/vmm.c
+++ b/
sys/arch/amd64/amd64/vmm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vmm.c,v 1.14
6 2017/05/29 05:59:45
mlarkin Exp $ */
+/* $OpenBSD: vmm.c,v 1.14
7 2017/05/30 04:45:38
mlarkin Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
@@
-4824,7
+4824,7
@@
int
vmx_handle_xsetbv(struct vcpu *vcpu)
{
uint64_t insn_length;
- uint64_t *rax, *rdx, *rcx;
;
+ uint64_t *rax, *rdx, *rcx;
if (vmread(VMCS_INSTRUCTION_LENGTH, &insn_length)) {
printf("%s: can't obtain instruction length\n", __func__);