Skip to content

Commit

Permalink
PR feedback. Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihasgupta committed Sep 20, 2023
1 parent dc3c3c7 commit 34f2112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/drcachesim/tests/invariant_checker_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ check_sane_control_flow()
}
}
// Correct test: Branch before signal. This is correct only because the branch doesn't
// have an encoding with it.
// have an encoding with it. This case will only occur in legacy or stripped traces.
{
std::vector<memref_t> memrefs = {
gen_instr(TID, /*pc=*/1, /*size=*/1),
Expand Down

0 comments on commit 34f2112

Please sign in to comment.