|
@ -137,6 +137,8 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he |
|
|
} |
|
|
} |
|
|
if ( ht > 500 ) |
|
|
if ( ht > 500 ) |
|
|
{ |
|
|
{ |
|
|
|
|
|
if ( strcmp("CHIPS",dp->symbol) == 0 ) |
|
|
|
|
|
printf("ht.%d maxblocks.%d\n",ht,dp->maxblocks); |
|
|
for (i=ht-500; i>100; i--) |
|
|
for (i=ht-500; i>100; i--) |
|
|
{ |
|
|
{ |
|
|
if ( (i % 100) != 0 && (bp= dp->blocks[i]) != 0 && bp->state == 0xffffffff ) |
|
|
if ( (i % 100) != 0 && (bp= dp->blocks[i]) != 0 && bp->state == 0xffffffff ) |
|
|