Changeset 34363 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Nov 25, 2010 12:43:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
r34346 r34363 957 957 /* this is not entirely correct since host may concurrently complete some commands and raise a new IRQ while we are here, 958 958 * 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; 961 961 Assert(flags == 0); 962 962 #endif
Note:
See TracChangeset
for help on using the changeset viewer.