Changeset 78959 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 4, 2019 10:33:35 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131082
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r78951 r78959 3989 3989 3990 3990 /* 3991 * Evaluate intercepts for hardware exceptions including #BP, #DB, #OF3992 * generated by INT3, INT1 (ICEBP) and INTO respectively.3991 * Evaluate intercepts for hardware exceptions, software exceptions (#BP, #OF), 3992 * and privileged software exceptions (#DB generated by INT1/ICEBP). 3993 3993 */ 3994 3994 Assert(fFlags & (IEM_XCPT_FLAGS_T_CPU_XCPT | IEM_XCPT_FLAGS_T_SOFT_INT));
Note:
See TracChangeset
for help on using the changeset viewer.