VirtualBox

Ignore:
Timestamp:
Nov 25, 2010 12:43:01 PM (14 years ago)
Author:
vboxsync
Message:

wddm: disable for guest installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp

    r34346 r34363  
    957957            /* this is not entirely correct since host may concurrently complete some commands and raise a new IRQ while we are here,
    958958             * still this allows to check that the host flags are correctly cleared after the ISR */
    959             Assert(commonFromDeviceExt(pDevExt)->HostCtx.pfHostFlags);
    960             uint32_t flags = commonFromDeviceExt(pDevExt)->HostCtx.pfHostFlags->u32HostFlags;
     959            Assert(commonFromDeviceExt(pDevExt)->hostCtx.pfHostFlags);
     960            uint32_t flags = commonFromDeviceExt(pDevExt)->hostCtx.pfHostFlags->u32HostFlags;
    961961            Assert(flags == 0);
    962962#endif
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