VirtualBox

Changeset 1813 in vbox


Ignore:
Timestamp:
Mar 29, 2007 6:12:51 PM (18 years ago)
Author:
vboxsync
Message:

r=bird: I think we're also missing the bits of the state that's already. I can't test this, so I've left the fix disabled for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/CPUMGC.cpp

    r1798 r1813  
    9393            uint32_t     *pEsp = (uint32_t *)pRegFrame->esp;
    9494
     95#if 0       /** @todo r=bird: I think we're also missing the bits of the state that's already. I can't test this, so I've left the fix disabled for now. */
     96            *pGstCtxCore = *pRegFrame;
     97#endif
     98
    9599            pGstCtxCore->eip        = *pEsp++;
    96100            pGstCtxCore->cs         = (RTSEL)*pEsp++;
Note: See TracChangeset for help on using the changeset viewer.

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