Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 229 → Rev 228

/shark/trunk/ports/didma/didma.c
414,8 → 414,7
fl_array[fl].sl_array = (block_header_t **) _malloc_ ();
if (fl_array[fl].sl_array == NULL) {
PRINT_MSG("CRITICAL ERROR: there isn't enought memory for free\n");
THREAD_UNLOCK();
return F_ERROR;
return F_ERROR;
}
bh -> ptr.free_ptr.first_l_index = fl;
bh -> ptr.free_ptr.second_l_index = sl;