[Engine] Add missing return value
This commit is contained in:
parent
39a69e0d88
commit
e3ff40d9e0
|
@ -1757,6 +1757,8 @@ int load_top_module_shift_register_banks_from_fabric_key(const FabricKey& fabric
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/********************************************************************
|
/********************************************************************
|
||||||
|
|
Loading…
Reference in New Issue