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

@@ -16,9 +16,13 @@
*/
package com.jpexs.decompiler.flash;
import com.jpexs.decompiler.graph.GraphSourceItem;
/**
*
* @author JPEXS
*/
public abstract class BaseLocalData {
public GraphSourceItem lineStartInstruction;
}