Changeset 34167 in vbox
- Timestamp:
- Nov 18, 2010 12:40:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r34163 r34167 3028 3028 break; 3029 3029 } 3030 if (cbBinary >= PAGE_SIZE)3030 if (cbBinaryLeft >= PAGE_SIZE) 3031 3031 { 3032 3032 memcpy(pvDstPage, (uint8_t const *)pvBinary + ((size_t)iPage << PAGE_SHIFT), PAGE_SIZE);
Note:
See TracChangeset
for help on using the changeset viewer.