Changeset 63400 in vbox for trunk/include/iprt
- Timestamp:
- Aug 12, 2016 8:45:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r62661 r63400 3940 3940 # else 3941 3941 uintptr_t const *puPtr = (uintptr_t const *)pvPage; 3942 intcLeft = RT_ASM_PAGE_SIZE / sizeof(uintptr_t) / 8;3942 size_t cLeft = RT_ASM_PAGE_SIZE / sizeof(uintptr_t) / 8; 3943 3943 Assert(!((uintptr_t)pvPage & 15)); 3944 3944 for (;;)
Note:
See TracChangeset
for help on using the changeset viewer.