Changeset 9843 in vbox for trunk/src/VBox
- Timestamp:
- Jun 20, 2008 9:43:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r9840 r9843 1431 1431 pszPrefix, pCtx->msrKERNELGSBASE); 1432 1432 1433 /* 1434 * Disassemble one instruction at cs:eip. 1435 */ 1436 return pCmdHlp->pfnExec(pCmdHlp, "u %016x L 0", pCtx->rip); 1433 1437 } 1434 1438 else … … 1461 1465 pszPrefix, pCtx->SysEnter.cs, pCtx->SysEnter.eip, pCtx->SysEnter.esp, 1462 1466 pszPrefix, pCtx->fpu.FCW, pszPrefix, pCtx->fpu.FSW, pszPrefix, pCtx->fpu.FTW); 1463 } 1464 1465 /*1466 * Disassemble one instruction at cs:eip.1467 */1468 return pCmdHlp->pfnExec(pCmdHlp, "u %04x:%08x L 0", pCtx->cs, pCtx->eip);1467 1468 /* 1469 * Disassemble one instruction at cs:eip. 1470 */ 1471 return pCmdHlp->pfnExec(pCmdHlp, "u %04x:%08x L 0", pCtx->cs, pCtx->eip); 1472 } 1469 1473 } 1470 1474
Note:
See TracChangeset
for help on using the changeset viewer.