We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719020b commit c91837cCopy full SHA for c91837c
tools/backalyzer.py
@@ -37,7 +37,7 @@ def main():
37
KEY_PAGES = 1
38
global PAGE_SIZE
39
global VPAGE_SIZE
40
- MAX_DICTS = 16384
+ MAX_DICTS = 16383
41
# this is for an older set of CI tests from the pddbg.py script, that are not set up for this implementation
42
set_ci_tests_flag(False)
43
tools/pddbdbg.py
@@ -97,7 +97,7 @@ def main():
97
98
99
100
101
102
with open(imagefile, 'rb') as img_f:
103
raw_img = img_f.read()
0 commit comments