VirtualBox

Changeset 82112 in vbox for trunk


Ignore:
Timestamp:
Nov 22, 2019 10:55:54 PM (5 years ago)
Author:
vboxsync
Message:

DevVGA: Darwin fixes. bugref:9218

File:
1 edited

Legend:

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

    r82109 r82112  
    37443744                            ||  rc == VERR_PAGE_TABLE_NOT_PRESENT
    37453745                            ||  rc == VERR_PAGE_NOT_PRESENT,
    3746                             ("PGMShwModifyPage -> GCPtr=%RGv rc=%d\n", GCPtr, rc),
    3747                             VBOXSTRICTRC_VAL(rc));
     3746                            ("PGMShwModifyPage -> GCPtr=%RGv rc=%d\n", GCPtr, VBOXSTRICTRC_VAL(rc)),
     3747                            rc);
    37483748#else  /* IN_RING3 - We don't have any virtual page address of the access here. */
    37493749            PDMDevHlpCritSectLeave(pDevIns, &pThis->CritSect);
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