Skip to content

Commit

Permalink
Save the raw bit pattern as documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed May 28, 2021
1 parent e0b5907 commit 64af618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyreveng/instree.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def parse_match(fmt):
class InsLine():
def __init__(self, wordsize, assy, bits, pilspec=None, handler=None):
self.assy = assy.split()
self.bits = bits
self.raw_bits = bits
self.pilspec = pilspec
self.handler = handler

Expand Down

0 comments on commit 64af618

Please sign in to comment.