Changeset 66507 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp
- Timestamp:
- Apr 11, 2017 10:15:57 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp
r65381 r66507 1825 1825 if (offCmd != HGSMIOFFSET_VOID) 1826 1826 { 1827 VB oxVideoCmnPortWriteUlong(VBoxCommonFromDeviceExt(pDevExt)->guestCtx.port, offCmd);1827 VBVO_PORT_WRITE_U32(VBoxCommonFromDeviceExt(pDevExt)->guestCtx.port, offCmd); 1828 1828 /* Make the compiler aware that the host has changed memory. */ 1829 1829 ASMCompilerBarrier();
Note:
See TracChangeset
for help on using the changeset viewer.