Changeset 100786 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Aug 3, 2023 9:51:40 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r100222 r100786 1649 1649 * Note! This used to be a force action flag. Can probably ditch this code. 1650 1650 */ 1651 /** @todo r=bird: the clearing case will *never* be taken here as 1652 * CPUMIsInInterruptShadow already makes sure the RIPs matches. */ 1651 1653 if ( CPUMIsInInterruptShadow(&pVCpu->cpum.GstCtx) 1652 1654 && !VM_FF_IS_SET(pVM, VM_FF_PGM_NO_MEMORY))
Note:
See TracChangeset
for help on using the changeset viewer.