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 unittest
import types
from xml.dom.minidom import parse
import xml.dom.minidom
default_root = 'starts'
black_list = ('aligned unlikely typeof u32 '
@ -63,8 +65,8 @@ black_list = ('aligned unlikely typeof u32 '
).split()
level_limit = 8
limit = 100000
level_limit = 20
limit = 1000
n = 0
cflow_structs = False