VirtualBox

Changeset 14069 in vbox for trunk


Ignore:
Timestamp:
Nov 10, 2008 11:39:34 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39125
Message:

alloc-r0drv.cpp: 64-bit MSC warning hunt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp

    r8245 r14069  
    5050        pHdr->u32Magic  = RTMEMHDR_MAGIC;
    5151        pHdr->fFlags    = fFlags;
    52         pHdr->cb        = cb;
    53         pHdr->cbReq     = cb;
     52        pHdr->cb        = (uint32_t)cb; Assert(pHdr->cb == cb);
     53        pHdr->cbReq     = (uint32_t)cb;
    5454    }
    5555    return pHdr;
Note: See TracChangeset for help on using the changeset viewer.

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