Changeset 99993 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 26, 2023 10:06:46 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157655
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r99988 r99993 10485 10485 uint32_t const cInstructionsAtStart = pVCpu->iem.s.cInstructions; 10486 10486 AssertMsg(RT_IS_POWER_OF_TWO(cPollRate + 1), ("%#x\n", cPollRate)); 10487 Assert(cMaxInstructions > 0); 10487 10488 10488 10489 /* … … 10612 10613 && !VM_FF_IS_ANY_SET(pVM, VM_FF_ALL_MASK) )) 10613 10614 { 10614 if ( cMaxInstructionsGccStupidity--> 0)10615 if (--cMaxInstructionsGccStupidity > 0) 10615 10616 { 10616 10617 /* Poll timers every now an then according to the caller's specs. */
Note:
See TracChangeset
for help on using the changeset viewer.