Changeset 510 for trunk/thune/net.c
- Timestamp:
- 02/10/08 23:53:46 (9 months ago)
- Files:
-
- 1 modified
-
trunk/thune/net.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/net.c
r471 r510 326 326 327 327 // (port buf -- port buf) 328 UR_CALL( _netRead)328 void _netRead( UThread* ut, UCell* tos, int part ) 329 329 { 330 330 UBinary* bin; … … 333 333 UCell* val; 334 334 UCell* pc = ur_s_prev(tos); 335 336 (void) part; 335 337 336 338 blk = ur_blockPtr( pc->port.valBlk );
