Changeset 41873 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 21, 2012 11:40:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CSAM.cpp
r41810 r41873 779 779 ) 780 780 { 781 memcpy(&pDis->abInstr[offInstr], &pDisInfo->pbSrcInstr[offInstr], cbM axRead);781 memcpy(&pDis->abInstr[offInstr], &pDisInfo->pbSrcInstr[offInstr], cbMinRead); 782 782 offInstr += cbMinRead; 783 783 rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.