Changeset 30257 in vbox
- Timestamp:
- Jun 16, 2010 4:17:08 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62761
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HGSMI/HGSMI.h
r29742 r30257 315 315 DECLINLINE(HGSMIOFFSET) HGSMIHeapHandleLocationOffset(HGSMIHEAP *pHeap) 316 316 { 317 AssertCompile ((uintptr_t)NIL_RTHEAPSIMPLE == (uintptr_t)NIL_RTHEAPOFFSET);317 AssertCompileNS((uintptr_t)NIL_RTHEAPSIMPLE == (uintptr_t)NIL_RTHEAPOFFSET); 318 318 return pHeap->u.hPtr != NIL_RTHEAPSIMPLE 319 319 ? (HGSMIOFFSET)(pHeap->area.pu8Base - (uint8_t*)pHeap->u.hPtr) -
trunk/src/VBox/VMM/DBGFAddrSpace.cpp
r30078 r30257 468 468 { 469 469 VM_ASSERT_VALID_EXT_RETURN(pVM, NULL); 470 AssertCompile (NIL_RTDBGAS == (RTDBGAS)0);470 AssertCompileNS(NIL_RTDBGAS == (RTDBGAS)0); 471 471 472 472 uintptr_t iAlias = DBGF_AS_ALIAS_2_INDEX(hAlias); … … 489 489 { 490 490 VM_ASSERT_VALID_EXT_RETURN(pVM, NULL); 491 AssertCompile (NIL_RTDBGAS == (RTDBGAS)0);491 AssertCompileNS(NIL_RTDBGAS == (RTDBGAS)0); 492 492 493 493 uint32_t cRefs;
Note:
See TracChangeset
for help on using the changeset viewer.