Changeset 47808 in vbox for trunk/src/VBox
- Timestamp:
- Aug 16, 2013 12:56:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r47807 r47808 1250 1250 1251 1251 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 */ 1252 1263 static VBOXSTRICTRC emR3ExecuteIemThenRem(PVM pVM, PVMCPU pVCpu, bool *pfFFDone) 1253 1264 {
Note:
See TracChangeset
for help on using the changeset viewer.