AdtionEnd fix in dumpview

This commit is contained in:
honfika
2014-08-16 18:10:39 +02:00
parent 14cabef4d6
commit 23086e71c3

View File

@@ -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());
}