Skip to content

Commit

Permalink
Fix problem of unconnected dfg for unknown functions
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA committed Oct 27, 2023
1 parent aa621ad commit 476cc20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ open class DFGPass(ctx: TranslationContext) : ComponentPass(ctx) {
handleUnresolvedCalls(call, it)
} else {
Util.attachCallParameters(it, call.arguments)
call.addPrevDFG(it)
}
call.addPrevDFG(it)
}
}
}
Expand Down

0 comments on commit 476cc20

Please sign in to comment.