Skip to content

Commit

Permalink
Fix typos in parse.py (#247)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Yingxi Pan <[email protected]>
  • Loading branch information
patrick-yingxi-pan authored May 15, 2024
1 parent a50bc1f commit 37eee46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ def create_inst_dict(file_filter, include_pseudo=False, include_pseudo_ops=[]):
instruction is not added twice to the overall dictionary.
In the second pass, this function parses only pseudo_ops. For each pseudo_op
this function checks if the dependent extension and instruction, both, exit
before parsing it. The pseudo op is only added to the overall dictionary is
the dependent instruction is not present in the dictionary, else its
this function checks if the dependent extension and instruction, both, exist
before parsing it. The pseudo op is only added to the overall dictionary if
the dependent instruction is not present in the dictionary, else it is
skipped.
Expand Down

0 comments on commit 37eee46

Please sign in to comment.