VirtualBox

Changeset 7620 in vbox for trunk/include/iprt/assert.h


Ignore:
Timestamp:
Mar 28, 2008 10:12:44 AM (17 years ago)
Author:
vboxsync
Message:

RTGCPHYS is now 64 bits

File:
1 edited

Legend:

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

    r7170 r7620  
    19411941#define AssertPtrNullBreakVoid(pv)  AssertMsgBreakVoid(VALID_PTR(pv) || (pv) == NULL, ("%p\n", (pv)))
    19421942
     1943/** @def AssertGCPhys32
     1944 * Asserts that the high dword of a physical address is zero
     1945 *
     1946 * @param   pv      The pointer.
     1947 */
     1948#define AssertGCPhys32(pv)          AssertMsg(VALID_PHYS32_PTR(pv), ("%p\n", (pv)))
    19431949
    19441950__BEGIN_DECLS
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