Skip to content

Commit

Permalink
tools: make genv8constants.py Python3-compatible
Browse files Browse the repository at this point in the history
PR-URL: #37835
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
targos committed May 1, 2021
1 parent e57e532 commit 2551bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/genv8constants.py
Expand Up @@ -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
Expand Down

0 comments on commit 2551bb1

Please sign in to comment.