Changeset 29640 in vbox for trunk/src/VBox
- Timestamp:
- May 18, 2010 2:30:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r29608 r29640 22 22 #include <iprt/assert.h> 23 23 #include <iprt/avl.h> 24 #include <iprt/asm.h> 24 25 #include <iprt/mem.h> 25 26 #include <iprt/stream.h> … … 157 158 { 158 159 /* Try to trick the optimizer to leave the page touching code in place. */ 159 dummy += *(char *)pRegion;160 ASMProbeReadByte(pRegion); 160 161 pRegion += PAGE_SIZE; 161 162 }
Note:
See TracChangeset
for help on using the changeset viewer.