VirtualBox

Ignore:
Timestamp:
Aug 23, 2021 9:42:32 AM (3 years ago)
Author:
vboxsync
Message:

VMM: VALID_PTR -> RT_VALID_PTR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMReq.cpp

    r85121 r90784  
    811811     */
    812812    AssertMsgReturn(pReq->enmState == VMREQSTATE_ALLOCATED, ("%d\n", pReq->enmState), VERR_VM_REQUEST_STATE);
    813     AssertMsgReturn(    VALID_PTR(pReq->pUVM)
     813    AssertMsgReturn(    RT_VALID_PTR(pReq->pUVM)
    814814                    &&  !pReq->pNext
    815815                    &&  pReq->EventSem != NIL_RTSEMEVENT,
     
    970970                    ("Invalid state %d\n", pReq->enmState),
    971971                    VERR_VM_REQUEST_STATE);
    972     AssertMsgReturn(    VALID_PTR(pReq->pUVM)
     972    AssertMsgReturn(    RT_VALID_PTR(pReq->pUVM)
    973973                    &&  pReq->EventSem != NIL_RTSEMEVENT,
    974974                    ("Invalid request package! Anyone cooking their own packages???\n"),
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