- Timestamp:
- Jun 19, 2013 3:13:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46655 r46665 5727 5727 5728 5728 /** 5729 * Converts any TRPM trap into a pending VMXevent. This is typically used when5729 * Converts any TRPM trap into a pending HM event. This is typically used when 5730 5730 * entering from ring-3 (not longjmp returns). 5731 5731 * … … 5796 5796 5797 5797 /** 5798 * Converts any pending VMXevent into a TRPM trap. Typically used when leaving5798 * Converts any pending HM event into a TRPM trap. Typically used when leaving 5799 5799 * VT-x to execute any instruction. 5800 5800 *
Note:
See TracChangeset
for help on using the changeset viewer.