Skip to content

Commit

Permalink
fixed stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ste-lam committed Jan 14, 2014
1 parent 86be719 commit 5ba2678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soot/toolkits/scalar/SmartLocalDefs.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ protected Set<Unit> newInitialFlow() {

@Override
protected Set<Unit> entryInitialFlow() {
return Collections.emptySet();
return new HashSet<Unit>();
}
}

Expand Down

0 comments on commit 5ba2678

Please sign in to comment.