Changeset 73994 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Aug 31, 2018 10:31:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r73991 r73994 187 187 /** Macro that does the necessary privilege checks and intercepted VM-exits for 188 188 * guests that attempted to execute a VMX instruction. */ 189 # define HMVMX_CHECK_EXIT_DUE_TO_VMX_INSTR(a_pVCpu, a_uExitReason) \189 # define HMVMX_CHECK_EXIT_DUE_TO_VMX_INSTR(a_pVCpu, a_uExitReason) \ 190 190 do \ 191 191 { \
Note:
See TracChangeset
for help on using the changeset viewer.