Skip to content

Commit

Permalink
fixup! renamed dependent_functions to functions
Browse files Browse the repository at this point in the history
  • Loading branch information
snapdgn committed May 24, 2024
1 parent 93b1ee9 commit 608c7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sail_json_backend/json.ml
Original file line number Diff line number Diff line change
Expand Up @@ -712,9 +712,9 @@ let defs { defs; _ } =
Hashtbl.iter (fun k v -> debug_print (k ^ ":" ^ Util.string_of_list ", " (fun x -> x) v)) encodings;
debug_print "ASSEMBLY";
Hashtbl.iter (fun k v -> debug_print (k ^ ":" ^ Util.string_of_list ", " (fun x -> x) v)) assembly;
debug_print "FUNCTIONS";
debug_print "EXECUTES";
Hashtbl.iter (fun k v -> debug_print (k ^ ":" ^ v)) executes;
debug_print "DEPENDENT_FUNCTIONS";
debug_print "FUNCTIONS";
Hashtbl.iter (fun k v -> debug_print (k ^ ":" ^ v)) functions;
debug_print "OP_FUNCTIONS";
Hashtbl.iter (fun k v -> debug_print (k ^ ":" ^ v)) op_functions;
Expand Down

0 comments on commit 608c7dd

Please sign in to comment.