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