mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 17:45:29 +00:00
push unresolved ifs object back
This commit is contained in:
@@ -2065,7 +2065,8 @@ public class Graph {
|
||||
isIf = false;
|
||||
stack.push(new OrItem(null, localData.lineStartInstruction, leftSide, rightSide));
|
||||
} else {
|
||||
//:-(
|
||||
stack.push(prevExpr); //push it back
|
||||
//Still unstructured
|
||||
}
|
||||
} else {
|
||||
isIf = false;
|
||||
|
||||
Reference in New Issue
Block a user