Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: make genv8constants.py Python3-compatible
  • Loading branch information
targos committed Mar 20, 2021
commit 72bf739a0e0652a0925ad32a0be71a4ea0fa8d1e
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