From: mlarkin Date: Sat, 13 Feb 2021 07:55:38 +0000 (+0000) Subject: Fix a comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f58493bac91e05fd7fda6c3bbf99d9b31f57e44a;p=openbsd Fix a comment --- diff --git a/sys/arch/amd64/amd64/vmm.c b/sys/arch/amd64/amd64/vmm.c index a0e0db66cac..72104b78c73 100644 --- a/sys/arch/amd64/amd64/vmm.c +++ b/sys/arch/amd64/amd64/vmm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmm.c,v 1.276 2021/01/23 22:56:35 mlarkin Exp $ */ +/* $OpenBSD: vmm.c,v 1.277 2021/02/13 07:55:38 mlarkin Exp $ */ /* * Copyright (c) 2014 Mike Larkin * @@ -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;