mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 09:37:19 +00:00
push value in finally return fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user