804c804
< int idx = -2;
---
> int idx = FUPool::NoCapableFU;
811c811
< if (idx > -1) {
---
> if (idx > FUPool::NoFreeFU) {
818c818
< if (idx == -2 || idx != -1) {
---
> if (idx != FUPool::NoFreeFU) {