- Timestamp:
- Nov 12, 2010 6:52:01 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/misc.c
r32431 r34040 143 143 { 144 144 it = LIST_FIRST(&zone->free_items); 145 Assert(it->magic == ITEM_MAGIC); 145 146 rc = 0; 146 147 if (zone->pfInit) … … 366 367 { 367 368 it = LIST_FIRST(&zone->free_items); 369 Assert((it->magic == ITEM_MAGIC)); 368 370 RTCritSectEnter(&zone->csZone); 369 371 LIST_REMOVE(it, list);
Note:
See TracChangeset
for help on using the changeset viewer.