Add comments for later cleanups
This commit is contained in:
parent
e12120fade
commit
0309934d82
@ -26,6 +26,7 @@ struct fpga_cell *fpga_fdef_loader_load(char *filename)
|
||||
if (!cell) {
|
||||
report(LL_CRITICAL,
|
||||
"Out of memory when creating cell.");
|
||||
/* TODO: clean up existing cells */
|
||||
return NULL;
|
||||
}
|
||||
break;
|
||||
@ -45,6 +46,7 @@ struct fpga_cell *fpga_fdef_loader_load(char *filename)
|
||||
if (!cell) {
|
||||
report(LL_CRITICAL,
|
||||
"Out of memory when creating cell.");
|
||||
/* TODO: clean up existing cells */
|
||||
return NULL;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user