Changeset 31978 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Aug 26, 2010 10:04:54 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65217
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r31973 r31978 2906 2906 2907 2907 uint64_t cbRange; 2908 rc = DBGCCmdHlpVarGetRange(pCmdHlp, pRange, 1, PAGE_SIZE * 8, &cbRange);2908 rc = DBGCCmdHlpVarGetRange(pCmdHlp, pRange, PAGE_SIZE, PAGE_SIZE * 8, &cbRange); 2909 2909 if (RT_FAILURE(rc)) 2910 2910 return DBGCCmdHlpFail(pCmdHlp, pCmd, "Failed to obtain the range of %DV: %Rrc", pRange, rc);
Note:
See TracChangeset
for help on using the changeset viewer.