Changeset 41644 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Jun 11, 2012 10:44:26 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78444
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r41642 r41644 1253 1253 RTSpinlockReleaseNoInts(pDevExt->EventSpinlock); 1254 1254 1255 /* Make sure anactive ISR is referencing the old data - hacky but should be1255 /* Make sure no active ISR is referencing the old data - hacky but should be 1256 1256 * effective. */ 1257 1257 while (pDevExt->cISR > 0)
Note:
See TracChangeset
for help on using the changeset viewer.