Changeset 99930 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- May 23, 2023 9:53:04 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r99920 r99930 1082 1082 #ifdef VBOX_WITH_IEM_RECOMPILER 1083 1083 if (pVM->em.s.fIemRecompiled) 1084 rcStrict = IEMExec Lots(pVCpu, 8192 /*cMaxInstructions*/, 4095 /*cPollRate*/, NULL /*pcInstructions*/);1084 rcStrict = IEMExecRecompilerThreaded(pVCpu); 1085 1085 else 1086 1086 #endif
Note:
See TracChangeset
for help on using the changeset viewer.