Skip to content

Commit

Permalink
Update binutils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw authored Apr 20, 2023
1 parent fcef96f commit 7a096bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def dump_asm(filename: str, objdump):
with open(filename+'.S', mode="w") as f:
subprocess.run([objdump, '--no-addresses',
subprocess.run([objdump, '--no-addresses', '--mattr=+v,+zba,+zbb,+zbc,+zbs',
'--symbolize-operands', '-S', filename], stdout=f)


Expand Down

0 comments on commit 7a096bd

Please sign in to comment.