mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-16 00:28:26 +00:00
AdtionEnd fix in dumpview
This commit is contained in:
@@ -214,7 +214,7 @@ public class ActionListReader {
|
||||
Map<Long, Long> nextOffsets = new HashMap<>();
|
||||
readActionListAtPos(new ArrayList<DisassemblyListener>(), cpool,
|
||||
sis, actionMap, nextOffsets,
|
||||
startIp, startIp, endIp, "", false, new ArrayList<Long>());
|
||||
startIp, startIp, endIp + 1, "", false, new ArrayList<Long>());
|
||||
|
||||
return new ArrayList<>(actionMap.values());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user