VirtualBox

Changeset 36376 in vbox


Ignore:
Timestamp:
Mar 23, 2011 5:01:42 PM (14 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

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

    r36372 r36376  
    6464    Assert(cbSelf >= sizeof(*pNew));
    6565    Assert(cbSelf == (uint32_t)cbSelf);
    66     AssertMsg(RT_ALIGN_Z(cb, PAGE_SIZE) == cb, ("%#zx\n", pMem->cb));
     66    AssertMsg(RT_ALIGN_Z(cb, PAGE_SIZE) == cb, ("%#zx\n", cb));
    6767
    6868    /*
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