VirtualBox

Changeset 63400 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 12, 2016 8:45:16 PM (8 years ago)
Author:
vboxsync
Message:

iprt/asm.h: GCC is a bundle of joy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm.h

    r62661 r63400  
    39403940# else
    39413941   uintptr_t const *puPtr = (uintptr_t const *)pvPage;
    3942    int              cLeft = RT_ASM_PAGE_SIZE / sizeof(uintptr_t) / 8;
     3942   size_t           cLeft = RT_ASM_PAGE_SIZE / sizeof(uintptr_t) / 8;
    39433943   Assert(!((uintptr_t)pvPage & 15));
    39443944   for (;;)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette