[Engine] Add missing return value

This commit is contained in:
tangxifan 2021-10-08 20:17:55 -07:00
parent 39a69e0d88
commit e3ff40d9e0
1 changed files with 2 additions and 0 deletions

View File

@ -1757,6 +1757,8 @@ int load_top_module_shift_register_banks_from_fabric_key(const FabricKey& fabric
}
}
}
return 0;
}
/********************************************************************