Skip to content

Commit

Permalink
Change handle_rseq_abort_marker parameter name from interrupted to rs…
Browse files Browse the repository at this point in the history
…eq_aborted.
  • Loading branch information
ivankyluk committed Nov 14, 2024
1 parent 77b7b2b commit d9ef38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/drcachesim/tracer/raw2trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ class raw2trace_t {
bool
handle_rseq_abort_marker(raw2trace_thread_data_t *tdata,
DR_PARAM_INOUT trace_entry_t **buf_in, uint64_t cur_pc,
uint64_t cur_offs, DR_PARAM_OUT bool *interrupted);
uint64_t cur_offs, DR_PARAM_OUT bool *rseq_aborted);

bool
get_marker_value(raw2trace_thread_data_t *tdata,
Expand Down

0 comments on commit d9ef38a

Please sign in to comment.