Changeset 39288 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
- Timestamp:
- Nov 14, 2011 9:58:38 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r38314 r39288 1270 1270 msg->header.conn_id = msg->redirptr.pMessage->conn_id; 1271 1271 1272 #if defined(VBOX_WITH_CRHGSMI) && !defined(IN_GUEST) 1273 msg->redirptr.CmdData = conn->CmdData; 1274 CRVBOXHGSMI_CMDDATA_ASSERT_CONSISTENT(&msg->redirptr.CmdData); 1275 CRVBOXHGSMI_CMDDATA_CLEANUP(&conn->CmdData); 1276 #endif 1277 1272 1278 cached_type = msg->redirptr.pMessage->type; 1273 1279 … … 1278 1284 else 1279 1285 { 1286 /* we should NEVER have redir_ptr disabled with HGSMI command now */ 1287 CRASSERT(!conn->CmdData.pCmd); 1280 1288 if ( len <= conn->buffer_size ) 1281 1289 {
Note:
See TracChangeset
for help on using the changeset viewer.