Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#7084: Change handle_rseq_abort_marker parameter name interrupted to rseq_aborted. #7086

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

ivankyluk
Copy link
Contributor

@ivankyluk ivankyluk commented Nov 14, 2024

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: #7084

@ivankyluk ivankyluk merged commit 7491c9c into master Nov 14, 2024
17 checks passed
@ivankyluk ivankyluk deleted the i7084-change-parameter-name-to-rseq-aborted branch November 14, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change raw2trace::handle_rseq_abort_marker parameter name to rseq_aborted.
2 participants