Skip to content

Commit e4bd3ed

Browse files
Devices/Graphics/DevVGA-SVGA-cmd.cpp: Fix unresolved symbol issue on Solaris, bugref:11117
svn:sync-xref-src-repo-rev: r174561
1 parent ac9a620 commit e4bd3ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: DevVGA-SVGA-cmd.cpp 114472 2026-06-22 10:20:58Z vitali.pelenjow@oracle.com $ */
1+
/* $Id: DevVGA-SVGA-cmd.cpp 114724 2026-07-17 12:31:48Z alexander.eichner@oracle.com $ */
22
/** @file
33
* VMware SVGA device - implementation of VMSVGA commands.
44
*/
@@ -8614,6 +8614,7 @@ void vmsvgaR3CmdRemapGMR2(PVGASTATE pThis, PVGASTATECC pThisCC, SVGAFifoCmdRemap
86148614
if (paNewPage64)
86158615
RTMemFree(paNewPage64);
86168616
}
8617+
#endif /* VBOX_WITH_VMSVGA3D */
86178618

86188619

86198620
/**
@@ -8645,7 +8646,6 @@ void vmsvgaR3GmrFree(PVGASTATECC pThisCC, uint32_t idGMR)
86458646
Assert(!pGMR->cMaxPages);
86468647
Assert(!pGMR->cbTotal);
86478648
}
8648-
#endif /* VBOX_WITH_VMSVGA3D */
86498649

86508650

86518651
/**

0 commit comments

Comments
 (0)