summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/i386/vmm_support.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/vmm_support.S b/sys/arch/i386/i386/vmm_support.S
index 521461b0cd0..ef4c3c644bd 100644
--- a/sys/arch/i386/i386/vmm_support.S
+++ b/sys/arch/i386/i386/vmm_support.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmm_support.S,v 1.2 2017/01/07 22:39:16 mlarkin Exp $ */
+/* $OpenBSD: vmm_support.S,v 1.3 2017/07/06 04:32:30 mlarkin Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
@@ -28,8 +28,6 @@
#define VMX_FAIL_LAUNCH_VALID_VMCS 3
.text
- .code32
- .align 16
.global _C_LABEL(vmxon)
.global _C_LABEL(vmxoff)
.global _C_LABEL(vmclear)