decompiler: more correct toString

This commit is contained in:
Egor.Ushakov 2014-10-22 18:45:21 +04:00
parent 92af36f412
commit 99404ea6cf
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ public class ControlFlowGraph implements CodeConstants {
}
public String toString() {
if (blocks == null) return "Empty";
String new_line_separator = DecompilerContext.getNewLineSeparator();