Skip to content

Commit

Permalink
Ban tid_init
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentusLime committed Jan 18, 2025
1 parent 41b43c9 commit 5952bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reordering/Reordering.v
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Definition correct_mod_at : Prop :=
)).

Record correct_traces_t : Prop := {
prf_at_tid : tid a_t <> tid_init;
prf_tid : tid b_t = tid a_t;
prf_at_bt_neq : a_t <> b_t;
prf_bt_at_imm : immediate ext_sb b_t a_t;
Expand Down

0 comments on commit 5952bd0

Please sign in to comment.