mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 13:36:27 +00:00
Better line start detection
Fixed debug info injection
This commit is contained in:
@@ -41,7 +41,7 @@ public class TranslateStack extends Stack<GraphTargetItem> {
|
||||
|
||||
private PopItem getPop() {
|
||||
if (pop == null) {
|
||||
pop = new PopItem(null);
|
||||
pop = new PopItem(null, null);//TODO: linestart?
|
||||
}
|
||||
|
||||
return pop;
|
||||
|
||||
Reference in New Issue
Block a user