artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7df4ff5
)
Fix a comment
author
mlarkin
<mlarkin@openbsd.org>
Sat, 13 Feb 2021 07:55:38 +0000
(07:55 +0000)
committer
mlarkin
<mlarkin@openbsd.org>
Sat, 13 Feb 2021 07:55:38 +0000
(07:55 +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
a0e0db6
..
72104b7
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.27
6 2021/01/23 22:56:35
mlarkin Exp $ */
+/* $OpenBSD: vmm.c,v 1.27
7 2021/02/13 07:55:38
mlarkin Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
@@
-6151,7
+6151,7
@@
vmx_handle_cr(struct vcpu *vcpu)
/*
* Bits 5:4 indicate the direction of operation (or special CR-modifying
- * instruction
+ * instruction
)
*/
dir = (exit_qual & 0x30) >> 4;