1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Use the same label name for ENTRY() and END() macros for 'vmx_enter_guest'.

Pointed out by:	rmh@
This commit is contained in:
Neel Natu 2014-01-03 19:29:33 +00:00
parent 0a9ae358fd
commit 5f8e2dfcb5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260238

View File

@ -187,7 +187,7 @@ inst_error:
VMX_HOST_RESTORE(%r10)
ret
END(vmx_execute_guest)
END(vmx_enter_guest)
/*
* void vmx_exit_guest(void)