VirtualBox

Changeset 108047 in vbox for trunk


Ignore:
Timestamp:
Feb 4, 2025 5:27:29 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167324
Message:

Devices/Graphics/DevVGA.cpp: Fix R0 construction if the SVGA3 interface is enabled which doesn't expose I/O ports, bugref:10734

File:
1 edited

Legend:

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

    r107468 r108047  
    74307430    }
    74317431    else
    7432         AssertReturn(!pThis->fVMSVGAEnabled, VERR_INVALID_STATE);
     7432        AssertReturn(!pThis->fVMSVGAEnabled || pThis->fVmSvga3, VERR_INVALID_STATE);
    74337433
    74347434    if (pThis->hMmioSvga3 != NIL_IOMMMIOHANDLE)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette