Changeset 13836 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Nov 5, 2008 2:42:54 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 38827
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/semsrw-generic.cpp
r12892 r13836 302 302 if (pIntRWSem->cWriters == 0) 303 303 { 304 if (pIntRWSem->cReaders < ELEMENTS(pIntRWSem->aReaders))304 if (pIntRWSem->cReaders < RT_ELEMENTS(pIntRWSem->aReaders)) 305 305 { 306 306 /*
Note:
See TracChangeset
for help on using the changeset viewer.