Changeset 5624 in vbox for trunk/src/VBox/VMM/DBGFDisas.cpp
- Timestamp:
- Nov 3, 2007 9:18:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFDisas.cpp
r5055 r5624 125 125 static int dbgfR3DisasInstrNext(PDBGFDISASSTATE pState) 126 126 { 127 pState->rc = VINF_SUCCESS;128 127 uint32_t cbInstr; 129 128 int rc = DISInstr(&pState->Cpu, (void *)pState->GCPtrNext, 0, &cbInstr, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.