push value in finally return fix

This commit is contained in:
Jindra Petřík
2021-01-31 11:30:27 +01:00
parent 660e353eed
commit ed5fdc313d

View File

@@ -1121,11 +1121,7 @@ public class AVM2Graph extends Graph {
}*/
}
//FIXME: remove this with better alternative
private boolean isIntegerOrPopInteger(GraphTargetItem item) {
if (true) {
return false;
}
if (item instanceof IntegerValueAVM2Item) {
return true;
}