This commit is contained in:
Costa Shulyupin 2019-11-06 11:25:59 +02:00
parent 10a2ca77da
commit 6758fc827a
1 changed files with 4 additions and 2 deletions

View File

@ -31,6 +31,8 @@ from pathlib import *
import pygraphviz # python3-pygraphviz import pygraphviz # python3-pygraphviz
import unittest import unittest
import types import types
from xml.dom.minidom import parse
import xml.dom.minidom
default_root = 'starts' default_root = 'starts'
black_list = ('aligned unlikely typeof u32 ' black_list = ('aligned unlikely typeof u32 '
@ -63,8 +65,8 @@ black_list = ('aligned unlikely typeof u32 '
).split() ).split()
level_limit = 8 level_limit = 20
limit = 100000 limit = 1000
n = 0 n = 0
cflow_structs = False cflow_structs = False