From 72bf739a0e0652a0925ad32a0be71a4ea0fa8d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 20 Mar 2021 12:43:08 +0100 Subject: [PATCH] tools: make genv8constants.py Python3-compatible --- tools/genv8constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/genv8constants.py b/tools/genv8constants.py index f750ca4de7523f..01aa37cc715de0 100755 --- a/tools/genv8constants.py +++ b/tools/genv8constants.py @@ -73,6 +73,7 @@ def out_define(): out_reset() for line in pipe: + line = line.decode('utf-8') if curr_sym != None: # # This bit of code has nasty knowledge of the objdump text output