Skip to content

Commit

Permalink
Change the name exported to cat: INSTR -> Instr
Browse files Browse the repository at this point in the history
  • Loading branch information
artkhyzha committed Aug 11, 2023
1 parent d380141 commit e6b9a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion herd/machAction.ml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ end = struct
(fun (tag,p) ->
tag, fun a -> is_ifetch a && (check_value a p))
A.ifetch_value_sets in
("INSTR",is_ifetch)::ifetch_value_sets
("Instr",is_ifetch)::ifetch_value_sets
else
[]

Expand Down

0 comments on commit e6b9a63

Please sign in to comment.