Changeset 99133 in vbox for trunk/src/VBox
- Timestamp:
- Mar 23, 2023 9:18:30 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r99132 r99133 1263 1263 * the instruction, see @bugref{10318#c7}. 1264 1264 */ 1265 STAM_COUNTER_INC(&pVCpu->pgm.s.Stats.StatRZTrap0eHandlersInvalid); 1266 STAM_STATS({ pVCpu->pgmr0.s.pStatTrap0eAttributionR0 = &pVCpu->pgm.s.Stats.StatRZTrap0eTime2InvalidPhys; }); 1265 1267 return VINF_EM_RAW_EMULATE_INSTR; 1266 1268 }
Note:
See TracChangeset
for help on using the changeset viewer.