Changeset 102387 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 29, 2023 10:20:04 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp
r102384 r102387 2499 2499 * Init the execution environment. 2500 2500 */ 2501 #ifdef RT_ARCH_ARM64 /** @todo ARM64: fix unaligned locked instructions properly. @bugre g{10547} */2501 #ifdef RT_ARCH_ARM64 /** @todo ARM64: fix unaligned locked instructions properly. @bugref{10547} */ 2502 2502 if (pVM->cCpus == 1) 2503 2503 iemInitExec(pVCpu, IEM_F_X86_DISREGARD_LOCK /*fExecOpts*/);
Note:
See TracChangeset
for help on using the changeset viewer.