VirtualBox

Ignore:
Timestamp:
Oct 6, 2015 8:37:36 AM (9 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp

    r55421 r58037  
    16001600        )
    16011601{
     1602    pInfo->fEnabled           = FALSE;
     1603
     1604#ifdef VBOX_WITH_VDMA
    16021605    int rc;
    1603     pInfo->fEnabled           = FALSE;
    1604 
    1605 #ifdef VBOX_WITH_VDMA
    16061606    Assert((offBuffer & 0xfff) == 0);
    16071607    Assert((cbBuffer & 0xfff) == 0);
     
    16331633                             &g_hgsmiEnvVdma);
    16341634        Assert(RT_SUCCESS(rc));
    1635         if(RT_SUCCESS(rc))
    1636 #endif
    1637         {
     1635        if (RT_SUCCESS(rc))
    16381636            return VINF_SUCCESS;
    1639         }
    1640 #ifdef VBOX_WITH_VDMA
    16411637        else
    16421638            LOGREL(("HGSMIHeapSetup failed rc = 0x%x", rc));
     
    16461642    else
    16471643        LOGREL(("VBoxMapAdapterMemory failed rc = 0x%x\n", rc));
     1644    return rc;
     1645#else
     1646    return VINF_SUCCESS;
    16481647#endif
    1649     return rc;
    16501648}
    16511649
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