VirtualBox

Changeset 17523 in vbox


Ignore:
Timestamp:
Mar 7, 2009 6:55:42 AM (16 years ago)
Author:
vboxsync
Message:

*: Changed NIL_RTHCPHYS from 0xffffffff to 0xffffffffffffffff. Required for #3170.

File:
1 edited

Legend:

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

    r16311 r17523  
    618618 * to the NULL pointer.
    619619 */
    620 #define NIL_RTHCPHYS     ((RTHCPHYS)~0U) /** @todo change this to (~(VBOXHCPHYS)0) */
     620#define NIL_RTHCPHYS     (~(RTHCPHYS)0)
    621621
    622622
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