Changeset 1813 in vbox
- Timestamp:
- Mar 29, 2007 6:12:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/CPUMGC.cpp
r1798 r1813 93 93 uint32_t *pEsp = (uint32_t *)pRegFrame->esp; 94 94 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 95 99 pGstCtxCore->eip = *pEsp++; 96 100 pGstCtxCore->cs = (RTSEL)*pEsp++;
Note:
See TracChangeset
for help on using the changeset viewer.