Changeset 79487 in vbox
- Timestamp:
- Jul 3, 2019 6:04:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r79381 r79487 15931 15931 15932 15932 /** 15933 * Interface for HM and EM to emulate VM-exit due to exceptions (incl. NMIs). 15933 * Interface for HM and EM to emulate VM-exit due to exceptions. 15934 * 15935 * Exception includes NMIs, software exceptions (those generated by INT3 or 15936 * INTO) and privileged software exceptions (those generated by INT1/ICEBP). 15934 15937 * 15935 15938 * @returns Strict VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.