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:
parent
0a9ae358fd
commit
5f8e2dfcb5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260238
@ -187,7 +187,7 @@ inst_error:
|
||||
|
||||
VMX_HOST_RESTORE(%r10)
|
||||
ret
|
||||
END(vmx_execute_guest)
|
||||
END(vmx_enter_guest)
|
||||
|
||||
/*
|
||||
* void vmx_exit_guest(void)
|
||||
|
Loading…
Reference in New Issue
Block a user