- Timestamp:
- Mar 30, 2023 3:59:47 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmCore-x86-amd64.cpp
r99236 r99240 2459 2459 DECLHIDDEN(PCDISOPCODE) disInitializeStateX86(PDISSTATE pDis, DISCPUMODE enmCpuMode, uint32_t fFilter) 2460 2460 { 2461 RT_ZERO(*pDis);2462 2463 2461 #ifdef VBOX_STRICT /* poison */ 2464 2462 pDis->Param1.arch.x86.Base.idxGenReg = 0xc1;
Note:
See TracChangeset
for help on using the changeset viewer.