VirtualBox

Changeset 47808 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 16, 2013 12:56:26 PM (11 years ago)
Author:
vboxsync
Message:

docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r47807 r47808  
    12501250
    12511251
     1252/**
     1253 * Try execute the problematic code in IEM first, then fall back on REM if there
     1254 * is too much of it or if IEM doesn't implement something.
     1255 *
     1256 * @returns Strict VBox status code from IEMExecLots.
     1257 * @param   pVM         The cross context VM structure.
     1258 * @param   pVCpu       The cross context CPU structure for the calling EMT.
     1259 * @param   pfFFDone    Force flags done indicator.
     1260 *
     1261 * @thread  EMT(pVCpu)
     1262 */
    12521263static VBOXSTRICTRC emR3ExecuteIemThenRem(PVM pVM, PVMCPU pVCpu, bool *pfFFDone)
    12531264{
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