Changeset 29274 in vbox for trunk/include/iprt
- Timestamp:
- May 9, 2010 11:22:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r29266 r29274 1808 1808 # if defined(RT_OS_SOLARIS) 1809 1809 /** Sparc64 user mode: According to Figure 9.4 in solaris internals */ 1810 # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) + 0x80004000U >= 0x80004000U + 0x100000000ULL ) 1810 /** @todo # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) + 0x80004000U >= 0x80004000U + 0x100000000ULL ) - figure this. */ 1811 # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) + 0x80000000U >= 0x80000000U + 0x100000000ULL ) 1811 1812 # else 1812 1813 # error "Port me"
Note:
See TracChangeset
for help on using the changeset viewer.