Changeset 82116 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Nov 22, 2019 11:23:51 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134926
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-savedstate.cpp
r82114 r82116 149 149 int vmsvga3dLoadExec(PPDMDEVINS pDevIns, PVGASTATE pThis, PVGASTATECC pThisCC, PSSMHANDLE pSSM, uint32_t uVersion, uint32_t uPass) 150 150 { 151 RT_NOREF(pDevIns, pThis CC, uPass);151 RT_NOREF(pDevIns, pThis, uPass); 152 152 PVMSVGA3DSTATE pState = pThisCC->svga.p3dState; 153 153 AssertReturn(pState, VERR_NO_MEMORY);
Note:
See TracChangeset
for help on using the changeset viewer.