Skip to content
Snippets Groups Projects
Commit 342cd7b2 authored by andrew_miranti's avatar andrew_miranti
Browse files

Fixed oversight in generating the dependents

parent 7195580d
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ def generate_decoder(filter_desired, f):
print("Generating decoder with {0} instructions".format(len(desired_insts)), file=sys.stderr)
direct_dependents = set()
direct_dependents = set(["ASZ_NONTERM", "OSZ_NONTERM"]) # These are listed specially because they are invoked separately from the INSTRUCTIONS() rule.
for inst in desired_insts:
used_inums.add(inst.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment