- Timestamp:
- Jun 19, 2023 2:43:35 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp
r100008 r100211 720 720 uint32_t sizeInBytes, uint32 validSizeInBytes, SVGAMobFormat ptDepth, bool fGrow) 721 721 { 722 ASSERT_GUEST_RETURN(type < =RT_ELEMENTS(pSvgaR3State->aGboOTables), VERR_INVALID_PARAMETER);722 ASSERT_GUEST_RETURN(type < RT_ELEMENTS(pSvgaR3State->aGboOTables), VERR_INVALID_PARAMETER); 723 723 ASSERT_GUEST_RETURN(sizeInBytes >= validSizeInBytes, VERR_INVALID_PARAMETER); 724 724 RT_UNTRUSTED_VALIDATED_FENCE();
Note:
See TracChangeset
for help on using the changeset viewer.