Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Gillian-JS/lib/Debugging/JSLifter.ml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct
node

let add_memory_vars smemory get_new_scope_id (variables : Variable.ts) =
let sorted_locs_with_vals = Legacy_symbolic.sorted_locs_with_vals smemory in
let sorted_locs_with_vals = Base_symbolic.sorted_locs_with_vals smemory in
let value_nodes (loc, ((properties, domain), metadata)) : Variable.t =
let () = ignore properties in
let properties =
Expand Down Expand Up @@ -262,9 +262,7 @@ struct
in
scopes
else
let sorted_locs_with_vals =
Legacy_symbolic.sorted_locs_with_vals memory
in
let sorted_locs_with_vals = Base_symbolic.sorted_locs_with_vals memory in
let loc_to_scope_id = Hashtbl.create 0 in
let () =
List.iter
Expand Down
Loading
Loading