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

Commit eb9d5e3

Browse files
loopyme0xSeanll
authored andcommitted
Update DisAssembler.py (#20)
1 parent aa1abed commit eb9d5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fengyong/DisAssembler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def i_decode(code):
5656
I_index_to_inst[op.hash],
5757
index_to_reg[rt.hash],
5858
index_to_reg[rs.hash],
59-
index_to_reg[add.hash],
59+
add.value_base(10),
6060
)
6161
return inst
6262

0 commit comments

Comments
 (0)