asm_processor: split padding functions are broken so set a high limit

This commit is contained in:
Rémi Calixte 2021-03-27 18:39:33 +01:00
parent 352625ff40
commit e831892511

View File

@ -9,7 +9,7 @@ import os
from collections import namedtuple, defaultdict
from io import StringIO
MAX_FN_SIZE = 100
MAX_FN_SIZE = 3000
SLOW_CHECKS = False
EI_NIDENT = 16