VirtualBox

Changeset 100702 in vbox for trunk


Ignore:
Timestamp:
Jul 26, 2023 6:24:17 AM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158552
Message:

Devices/Graphics: Fix assertion, bugref:10458

File:
1 edited

Legend:

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

    r100691 r100702  
    74397439        AssertReturn(!pThis->fVMSVGAEnabled, VERR_INVALID_STATE);
    74407440
    7441     if (pThis->hMmioSvga3 != NIL_IOMIOPORTHANDLE)
     7441    if (pThis->hMmioSvga3 != NIL_IOMMMIOHANDLE)
    74427442    {
    74437443        AssertReturn(pThis->fVMSVGAEnabled && pThis->fVmSvga3, VERR_INVALID_STATE);
     
    74467446    }
    74477447    else
    7448         AssertReturn(!pThis->fVMSVGAEnabled && !pThis->fVmSvga3, VERR_INVALID_STATE);
     7448        AssertReturn(!pThis->fVmSvga3, VERR_INVALID_STATE);
    74497449# endif
    74507450
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