VirtualBox

Changeset 13973 in vbox for trunk


Ignore:
Timestamp:
Nov 7, 2008 4:22:50 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39011
Message:

This is the actual fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/DBGF.cpp

    r13818 r13973  
    558558        uint32_t eip = CPUMGetGuestEIP(pVM);
    559559#else
    560         PCPUMCTX pCtx = CPUMQueryGuestCtxPtr(pVM);
     560        /* @todo SMP */
     561        PCPUMCTX pCtx = CPUMQueryGuestCtxPtrEx(pVM, VMMGetCpuEx(pVM, 0));
    561562        RTGCPTR  eip = pCtx->rip + pCtx->csHid.u64Base;
    562563#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette