VirtualBox

Changeset 82102 in vbox for trunk


Ignore:
Timestamp:
Nov 22, 2019 2:52:24 PM (5 years ago)
Author:
vboxsync
Message:

DevVGA: build fix. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r82097 r82102  
    37443744                            ||  rc == VERR_PAGE_NOT_PRESENT,
    37453745                            ("PGMShwModifyPage -> GCPtr=%RGv rc=%d\n", GCPtr, rc),
    3746                             rc);
     3746                            VBOXSTRICTRC_VAL(rc));
    37473747#else  /* IN_RING3 - We don't have any virtual page address of the access here. */
    37483748            PDMDevHlpCritSectLeave(pThis->CTX_SUFF(pDevIns), &pThis->CritSect);
     
    37543754
    37553755        PDMDevHlpCritSectLeave(pThis->CTX_SUFF(pDevIns), &pThis->CritSect);
    3756         AssertMsgFailed(("PGMHandlerPhysicalPageTempOff -> rc=%d\n", rc));
     3756        AssertMsgFailed(("PGMHandlerPhysicalPageTempOff -> rc=%d\n", VBOXSTRICTRC_VAL(rc)));
    37573757    }
    37583758    return rc;
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