Small fix in one procedure to make it compile.

This commit is contained in:
Alan Mishchenko 2015-11-02 11:23:56 -08:00
parent cb50fadb55
commit ae96723ad6
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Abc_FlowRetime_InitState( Abc_Ntk_t * pNtk ) {
SeeAlso []
***********************************************************************/
inline int
static inline int
Abc_FlowRetime_ObjFirstNonLatchBox( Abc_Obj_t * pOrigObj, Abc_Obj_t ** pResult ) {
int lag = 0;
Abc_Ntk_t *pNtk;