Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Update DisAssembler.py (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
loopyme authored and 0xSeanll committed Oct 23, 2019
1 parent aa1abed commit eb9d5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fengyong/DisAssembler.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def i_decode(code):
I_index_to_inst[op.hash],
index_to_reg[rt.hash],
index_to_reg[rs.hash],
index_to_reg[add.hash],
add.value_base(10),
)
return inst

Expand Down

0 comments on commit eb9d5e3

Please sign in to comment.