Changeset 36907 in vbox
- Timestamp:
- May 2, 2011 11:02:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c
r35824 r36907 1088 1088 DECLINLINE(void) vboxNetAdpReleaseUnit(int iUnit) 1089 1089 { 1090 Assert(ASMAtomicBitTestAndClear(g_aUnits, iUnit)); 1090 bool fSet = ASMAtomicBitTestAndClear(g_aUnits, iUnit); 1091 Assert(fSet); 1091 1092 } 1092 1093
Note:
See TracChangeset
for help on using the changeset viewer.