Skip to content

Commit

Permalink
Update svf-ex.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui authored Aug 23, 2024
1 parent cd058f8 commit 83d8f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svf-ex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ int main(int argc, char ** argv)
/// printPts(ander, value1);

/// Call Graph
PTACallGraph* callgraph = ander->getPTACallGraph();
CallGraph* callgraph = ander->getPTACallGraph();

/// ICFG
ICFG* icfg = pag->getICFG();
Expand Down

0 comments on commit 83d8f33

Please sign in to comment.