- Timestamp:
- May 12, 2016 2:08:45 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107174
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r60847 r60948 2846 2846 VBOXSTRICTRC rcStrict2 = VINF_PGM_HANDLER_DO_DEFAULT; 2847 2847 uint32_t cbRange = (uint32_t)cbWrite; 2848 if (offPhys && offVirt)2848 if (offPhys != 0 && offVirt != 0) 2849 2849 { 2850 2850 if (cbRange > offPhys)
Note:
See TracChangeset
for help on using the changeset viewer.