Closed ivankyluk closed 2 weeks ago
raw2trace_t::handle_rseq_abort_marker() uses different names of the last parameter. It's interrupted in raw2trace.h but it is rseq_aborted in raw2trace.cpp.
Change the name from interrupted to rseq_aborted to be consistent with raw2trace.cpp.
The inconsistency was introduced by PR #7058.
Fixes: https://github.com/DynamoRIO/dynamorio/issues/7084
raw2trace_t::handle_rseq_abort_marker() uses different names of the last parameter. It's interrupted in raw2trace.h but it is rseq_aborted in raw2trace.cpp.
Change the name from interrupted to rseq_aborted to be consistent with raw2trace.cpp.
The inconsistency was introduced by PR #7058.
Fixes: https://github.com/DynamoRIO/dynamorio/issues/7084