VirtualBox

Changeset 27589 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 22, 2010 1:26:37 PM (15 years ago)
Author:
vboxsync
Message:

Wrong kind of flushing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r27588 r27589  
    860860
    861861    /* Flush the recompiler's TLB as well. */
    862     REMFlushTBs(pVM);
     862    for (unsigned i = 0; i < pVM->cCpus; i++)
     863    {
     864        PVMCPU pVCpu = &pVM->aCpus[i];
     865
     866        CPUMSetChangedFlags(pVCpu, CPUM_CHANGED_GLOBAL_TLB_FLUSH);
     867    }
    863868
    864869    AssertLogRelRC(rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette