Skip to content

Commit

Permalink
Use the right pc
Browse files Browse the repository at this point in the history
  • Loading branch information
chambart authored and zapashcanon committed Jun 6, 2024
1 parent 2264613 commit 9c4ac2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/cmd_conc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ let rec add_trace pc node (trace : trace) to_update : eval_tree list =
node :: to_update
end
| head_of_trace :: tail_of_trace -> (
try_initialize pc node head_of_trace;
let pc = head_of_trace :: pc in
try_initialize pc node head_of_trace;
match (node.node, head_of_trace) with
| Not_explored, _ -> assert false
| Unreachable, _ -> assert false
Expand Down

0 comments on commit 9c4ac2b

Please sign in to comment.