- Timestamp:
- Oct 1, 2008 10:44:09 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37279
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGF.cpp
r12877 r12881 893 893 * Wait for the OK event. 894 894 */ 895 PCDBGFEVENT pEvent; 896 rc = DBGFR3EventWait(pVM, RT_INDEFINITE_WAIT, &pEvent); 895 rc = RTSemPongWait(&pVM->dbgf.s.PingPong, RT_INDEFINITE_WAIT); 897 896 AssertLogRelMsgRCReturn(rc, ("Wait on detach command failed, rc=%Rrc\n", rc), rc); 898 897
Note:
See TracChangeset
for help on using the changeset viewer.