RE: [PATCH] decodetree: Allow empty input files for var width

2021-04-13 Thread Luis Fernando Fujita Pires
rg Cc: richard.hender...@linaro.org; Luis Fernando Fujita Pires Subject: [PATCH] decodetree: Allow empty input files for var width This was broken when varinsnwidth was specified. Signed-off-by: Luis Pires --- scripts/decodetree.py | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --

[PATCH] decodetree: Allow empty input files for var width

2021-04-13 Thread Luis Pires
This was broken when varinsnwidth was specified. Signed-off-by: Luis Pires --- scripts/decodetree.py | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/decodetree.py b/scripts/decodetree.py index 3450a2a08d..fef5eeaf42 100644 --- a/scripts/decodetree.py +++ b