VirtualBox

Changeset 30257 in vbox


Ignore:
Timestamp:
Jun 16, 2010 4:17:08 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62761
Message:

2x use AssertCompileNS.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HGSMI/HGSMI.h

    r29742 r30257  
    315315DECLINLINE(HGSMIOFFSET) HGSMIHeapHandleLocationOffset(HGSMIHEAP *pHeap)
    316316{
    317     AssertCompile((uintptr_t)NIL_RTHEAPSIMPLE == (uintptr_t)NIL_RTHEAPOFFSET);
     317    AssertCompileNS((uintptr_t)NIL_RTHEAPSIMPLE == (uintptr_t)NIL_RTHEAPOFFSET);
    318318    return pHeap->u.hPtr != NIL_RTHEAPSIMPLE
    319319        ? (HGSMIOFFSET)(pHeap->area.pu8Base - (uint8_t*)pHeap->u.hPtr)
  • trunk/src/VBox/VMM/DBGFAddrSpace.cpp

    r30078 r30257  
    468468{
    469469    VM_ASSERT_VALID_EXT_RETURN(pVM, NULL);
    470     AssertCompile(NIL_RTDBGAS == (RTDBGAS)0);
     470    AssertCompileNS(NIL_RTDBGAS == (RTDBGAS)0);
    471471
    472472    uintptr_t   iAlias = DBGF_AS_ALIAS_2_INDEX(hAlias);
     
    489489{
    490490    VM_ASSERT_VALID_EXT_RETURN(pVM, NULL);
    491     AssertCompile(NIL_RTDBGAS == (RTDBGAS)0);
     491    AssertCompileNS(NIL_RTDBGAS == (RTDBGAS)0);
    492492
    493493    uint32_t    cRefs;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette