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

Clean up EH routines #74270

Merged
merged 2 commits into from
Aug 20, 2022
Merged

Conversation

AntonLapounov
Copy link
Member

  • Use the standard name and type for the second argument of exception handler routines: ULONG… MemoryStackFp -> PVOID pEstablisherFrame.
  • Remove the unused pOriginalContext argument of the FixupDispatcherContext function — it was needed for Itanium only.
  • Remove the unused pEstablisherFrame and pThread arguments of the HandleManagedFault function — only ShouldHandleManagedFault needs them. For now, pretend HandleManagedFault can still return to the caller.
  • Fix comments.

Copy link
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

Copy link
Member

@noahfalk noahfalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@noahfalk
Copy link
Member

@AntonLapounov AntonLapounov merged commit bb2f8e5 into dotnet:main Aug 20, 2022
@AntonLapounov AntonLapounov deleted the CleanUpEHRoutines branch August 20, 2022 06:00
@ghost ghost locked as resolved and limited conversation to collaborators Sep 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants