Changeset 885 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 13, 2007 5:47:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATM.cpp
r882 r885 5893 5893 #endif 5894 5894 5895 /* Return value. */5896 *ppNewEip = pNewEip ;5895 /* Return original address, correct by subtracting the CS base address. */ 5896 *ppNewEip = pNewEip - SELMToFlat(pVM, pCtx->cs, &pCtx->csHid, 0); 5897 5897 5898 5898 /* Reset the PATM stack. */
Note:
See TracChangeset
for help on using the changeset viewer.