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 <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • 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
Original file line number Diff line number Diff line change
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.