Skip to content

Commit

Permalink
rectified issues for parsing correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Dev Jha <jaydev.neuroscitech@gmail.com>
  • Loading branch information
IIITM-Jay authored Oct 11, 2024
1 parent c184fb8 commit 2149f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def create_inst_dict(file_filter, include_pseudo=False, include_pseudo_ops=[]):
def make_priv_latex_table():
latex_file = open("priv-instr-table.tex", "w")
type_list = ["R-type", "I-type"]
system_instr = ["_h", "_s", "_system", "_svinval", "64_h", "svinval_h"]
system_instr = ["_h", "_s", "_system", "_svinval", "64_h", "_svinval_h"]
dataset_list = [(system_instr, "Trap-Return Instructions", ["sret", "mret"], False)]
dataset_list.append(
(system_instr, "Interrupt-Management Instructions", ["wfi"], False)
Expand Down

0 comments on commit 2149f48

Please sign in to comment.