Changeset 25728 in vbox for trunk/src/VBox/VMM/DBGF.cpp
- Timestamp:
- Jan 11, 2010 3:12:52 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56472
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGF.cpp
r24999 r25728 958 958 * @param ppEvent Where to store the event pointer. 959 959 */ 960 VMMR3DECL(int) DBGFR3EventWait(PVM pVM, unsignedcMillies, PCDBGFEVENT *ppEvent)960 VMMR3DECL(int) DBGFR3EventWait(PVM pVM, RTMSINTERVAL cMillies, PCDBGFEVENT *ppEvent) 961 961 { 962 962 /*
Note:
See TracChangeset
for help on using the changeset viewer.