Changeset 55257 in vbox for trunk/include/VBox
- Timestamp:
- Apr 14, 2015 3:54:15 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r54863 r55257 982 982 /** 59 VMFUNC. Guest software attempted to execute VMFUNC. */ 983 983 #define VMX_EXIT_VMFUNC 59 984 #if 1985 /** The maximum exit value (inclusive). */986 #define VMX_EXIT_MAX (VMX_EXIT_VMFUNC)987 #else988 984 /** 60 ??? */ 989 985 #define VMX_EXIT_RESERVED_60 60 … … 1001 997 /** The maximum exit value (inclusive). */ 1002 998 #define VMX_EXIT_MAX (VMX_EXIT_XRSTORS) 1003 #endif1004 999 /** @} */ 1005 1000
Note:
See TracChangeset
for help on using the changeset viewer.