Changeset 100060 in vbox
- Timestamp:
- Jun 3, 2023 12:18:33 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157740
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r100052 r100060 4726 4726 pFpuCtx->FPUDP = (uint32_t)GCPtrEff + ((uint32_t)sel << 4); 4727 4727 } 4728 else if (!IEM_IS_LONG_MODE(pVCpu)) 4728 else if (!IEM_IS_LONG_MODE(pVCpu)) /** @todo this is weird. explain. */ 4729 4729 { 4730 4730 pFpuCtx->DS = sel;
Note:
See TracChangeset
for help on using the changeset viewer.