mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 21:22:18 +00:00
asmparser: constantpool problem fixed
This commit is contained in:
@@ -33,7 +33,7 @@ public interface GraphSourceItemContainer {
|
||||
|
||||
public String getASMSourceBetween(int pos);
|
||||
|
||||
public boolean parseDivision(int pos, long addr, FlasmLexer lexer);
|
||||
public boolean parseDivision(long size, FlasmLexer lexer);
|
||||
|
||||
public HashMap<Integer, String> getRegNames();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user