Commit ae96723a by Alan Mishchenko

Small fix in one procedure to make it compile.

parent cb50fadb
...@@ -94,7 +94,7 @@ Abc_FlowRetime_InitState( Abc_Ntk_t * pNtk ) { ...@@ -94,7 +94,7 @@ Abc_FlowRetime_InitState( Abc_Ntk_t * pNtk ) {
SeeAlso [] SeeAlso []
***********************************************************************/ ***********************************************************************/
inline int static inline int
Abc_FlowRetime_ObjFirstNonLatchBox( Abc_Obj_t * pOrigObj, Abc_Obj_t ** pResult ) { Abc_FlowRetime_ObjFirstNonLatchBox( Abc_Obj_t * pOrigObj, Abc_Obj_t ** pResult ) {
int lag = 0; int lag = 0;
Abc_Ntk_t *pNtk; Abc_Ntk_t *pNtk;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment