Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

[x86/Linux] Do not invoke VerifyValidTransitionFromManagedCode for ...#8385

Closed
parjong wants to merge 1 commit into
dotnet:masterfrom
parjong:fix/x86_stack_walk
Closed

[x86/Linux] Do not invoke VerifyValidTransitionFromManagedCode for ...#8385
parjong wants to merge 1 commit into
dotnet:masterfrom
parjong:fix/x86_stack_walk

Conversation

@parjong
Copy link
Copy Markdown

@parjong parjong commented Nov 30, 2016

non-Windows platforms.

VerifyValidTransitionFromManagedCode is valid only when FEATURE_PAL is not defined (for Windows platform), but called even when FEATURE_PAL is defined.

This commit comments out VerifyValidTransitionFromManagedCode call when FEATURE_PAL is defined.

@parjong
Copy link
Copy Markdown
Author

parjong commented Nov 30, 2016

\CC @seanshpark

@parjong
Copy link
Copy Markdown
Author

parjong commented Dec 1, 2016

I'll close this PR as #8409 would be better to resolve the issue.

@parjong parjong closed this Dec 1, 2016
@parjong parjong deleted the fix/x86_stack_walk branch December 1, 2016 09:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants