Skip to content

Commit

Permalink
PR feedback. Added TODO comment for missing check.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihasgupta committed Sep 20, 2023
1 parent 4546cea commit f25fcd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/drcachesim/tests/invariant_checker_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@ check_sane_control_flow()
nullptr },
{ gen_instr_type(TRACE_TYPE_INSTR_TAKEN_JUMP, TID), cbr_to_move },
{ gen_marker(TID, TRACE_MARKER_TYPE_KERNEL_EVENT, WILL_BE_REPLACED), move },
/* TODO i#6316: The nop PC is incorrect. We need to add a check for equality
beteen the KERNEL_XFER marker and the prev instr fall-through. */
{ gen_marker(TID, TRACE_MARKER_TYPE_KERNEL_XFER, WILL_BE_REPLACED), nop },
{ gen_instr(TID), move },
};
Expand Down

0 comments on commit f25fcd3

Please sign in to comment.