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

[x86/Linux] Fix signature mismatch inside InstantiatingStub #10538

Merged
merged 1 commit into from
Mar 29, 2017

Conversation

parjong
Copy link

@parjong parjong commented Mar 29, 2017

x86 ABI passes hidden context parameter as the last argument, but Instantiating stub's target signature describes a method that takes hidden context parameter as the first argument.

This mismatch results in #10523.

This commit fixes signature mismatch to fix #10523.

@jkotas jkotas merged commit a845952 into dotnet:master Mar 29, 2017
@parjong parjong deleted the fix/x86_InstantiatingStub_mismatch branch March 29, 2017 03:49
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
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.

[x86/Linux] 'Unexpected node in impNormStructVal()' while running FX System.Collection tests
4 participants