decompiler: more correct toString
This commit is contained in:
@@ -82,6 +82,7 @@ public class ControlFlowGraph implements CodeConstants {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
if (blocks == null) return "Empty";
|
||||||
|
|
||||||
String new_line_separator = DecompilerContext.getNewLineSeparator();
|
String new_line_separator = DecompilerContext.getNewLineSeparator();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user