From ed5fdc313d7bcaddcae53b293a74bbc706aeea52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 31 Jan 2021 11:30:27 +0100 Subject: [PATCH] push value in finally return fix --- .../com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java index 0defd7ea2..a459a92f9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java @@ -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; }