Changeset 105663 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Aug 13, 2024 11:35:12 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 164357
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r105616 r105663 291 291 #ifdef VBOX_WITH_IEM_RECOMPILER 292 292 /* 293 * Distribute recompiler configuration.293 * Recompiler state and configuration distribution. 294 294 */ 295 pVCpu->iem.s.uRegFpCtrl = IEMNATIVE_SIMD_FP_CTRL_REG_NOT_MODIFIED; 295 296 pVCpu->iem.s.uTbNativeRecompileAtUsedCount = uTbNativeRecompileAtUsedCount; 296 297 #endif
Note:
See TracChangeset
for help on using the changeset viewer.