- Timestamp:
- Nov 7, 2008 4:22:50 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39011
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGF.cpp
r13818 r13973 558 558 uint32_t eip = CPUMGetGuestEIP(pVM); 559 559 #else 560 PCPUMCTX pCtx = CPUMQueryGuestCtxPtr(pVM); 560 /* @todo SMP */ 561 PCPUMCTX pCtx = CPUMQueryGuestCtxPtrEx(pVM, VMMGetCpuEx(pVM, 0)); 561 562 RTGCPTR eip = pCtx->rip + pCtx->csHid.u64Base; 562 563 #endif
Note:
See TracChangeset
for help on using the changeset viewer.