bug fix for exceptional return value from call-to-none

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1901 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-10-19 13:11:49 +00:00
parent ec6ba69332
commit 642f6d2347
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ public class SliceFunctions implements IFlowFunctionMap<Statement> {
switch (s.getKind()) {
case NORMAL_RET_CALLER:
case PARAM_CALLER:
case EXC_RET_CALLER:
// uh oh. anything that flows into the missing function will be killed.
return ReachabilityFunctions.killReachability;
case HEAP_PARAM_CALLEE: