Better line start detection

Fixed debug info injection
This commit is contained in:
Jindra Petřík
2015-11-17 09:24:42 +01:00
parent 632e5156c8
commit 4a4e0e4898
547 changed files with 2058 additions and 1911 deletions

View File

@@ -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;