VirtualBox

Ignore:
Timestamp:
Oct 24, 2008 5:48:59 PM (16 years ago)
Author:
vboxsync
Message:

#1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted dead REMGC.cpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r13561 r13565  
    8383{
    8484    return pVM->em.s.enmState;
    85 }
    86 
    87 
    88 /**
    89  * Flushes the REM translation blocks the next time we execute code there.
    90  *
    91  * @param   pVM         The VM handle.
    92  *
    93  * @todo    This doesn't belong here, it should go in REMAll.cpp!
    94  */
    95 VMMDECL(void) EMFlushREMTBs(PVM pVM)
    96 {
    97     LogFlow(("EMFlushREMTBs\n"));
    98     pVM->em.s.fREMFlushTBs = true;
    9985}
    10086
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