- Timestamp:
- Nov 22, 2019 10:55:54 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r82109 r82112 3744 3744 || rc == VERR_PAGE_TABLE_NOT_PRESENT 3745 3745 || 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); 3748 3748 #else /* IN_RING3 - We don't have any virtual page address of the access here. */ 3749 3749 PDMDevHlpCritSectLeave(pDevIns, &pThis->CritSect);
Note:
See TracChangeset
for help on using the changeset viewer.

