- Timestamp:
- Nov 29, 2023 9:06:16 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 160520
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp
r102366 r102384 2499 2499 * Init the execution environment. 2500 2500 */ 2501 iemInitExec(pVCpu, 0 /*fExecOpts*/); 2501 #ifdef RT_ARCH_ARM64 /** @todo ARM64: fix unaligned locked instructions properly. @bugreg{10547} */ 2502 if (pVM->cCpus == 1) 2503 iemInitExec(pVCpu, IEM_F_X86_DISREGARD_LOCK /*fExecOpts*/); 2504 else 2505 #endif 2506 iemInitExec(pVCpu, 0 /*fExecOpts*/); 2502 2507 if (RT_LIKELY(pVCpu->iem.s.msRecompilerPollNow != 0)) 2503 2508 { }
Note:
See TracChangeset
for help on using the changeset viewer.