VirtualBox

Changeset 18428 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Mar 28, 2009 1:54:31 AM (16 years ago)
Author:
vboxsync
Message:

heapsimple.cpp: MSC/64 warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp

    r14318 r18428  
    314314    if ((uintptr_t)pvMemory & 31)
    315315    {
    316         const unsigned off = 32 - ((uintptr_t)pvMemory & 31);
     316        const uintptr_t off = 32 - ((uintptr_t)pvMemory & 31);
    317317        cbMemory -= off;
    318318        pHeapInt = (PRTHEAPSIMPLEINTERNAL)((uintptr_t)pvMemory + off);
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