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

@@ -29,7 +29,7 @@ public class MarkItem extends GraphTargetItem {
private final String mark;
public MarkItem(String mark) {
super(null, NOPRECEDENCE);
super(null, null, NOPRECEDENCE);
this.mark = mark;
}