Changeset 53791 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jan 13, 2015 7:50:58 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97599
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r53789 r53791 800 800 if (cNsMaxWait >= RT_NS_100US) 801 801 RTSemEventMultiWaitEx(pSVGAState->hBusyDelayedEmts, 802 RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_RELATIVE,802 RTSEMWAIT_FLAGS_NANOSECS | RTSEMWAIT_FLAGS_RELATIVE | RTSEMWAIT_FLAGS_NORESUME, 803 803 RT_MIN(cNsMaxWait, RT_NS_10MS)); 804 804 } … … 2804 2804 # define VMSVGAFIFO_CHECK_3D_CMD_MIN_SIZE_BREAK(a_cbMin) \ 2805 2805 AssertMsgBreak((a_cbMin) <= pHdr->size, ("size=%#x a_cbMin=%#zx\n", pHdr->size, (size_t)(a_cbMin))) 2806 switch ( enmCmdId)2806 switch ((int)enmCmdId) 2807 2807 { 2808 2808 case SVGA_3D_CMD_SURFACE_DEFINE:
Note:
See TracChangeset
for help on using the changeset viewer.