Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Add missing cast to intptr_t #2564

Merged
merged 1 commit into from
Jan 22, 2017
Merged

Add missing cast to intptr_t #2564

merged 1 commit into from
Jan 22, 2017

Conversation

mikedn
Copy link
Contributor

@mikedn mikedn commented Jan 22, 2017

ldobj import casts the stack value to the token type but then wants to store the result as intptr_t again so another cast is needed.

Fixes #2466

ldobj import casts the stack value to the token type but then wants to store the result as intptr_t again so another cast is needed.
@jkotas
Copy link
Member

jkotas commented Jan 22, 2017

Thanks!

@jkotas jkotas merged commit 8811353 into dotnet:master Jan 22, 2017
@mikedn mikedn deleted the missing-cast branch April 10, 2017 05:46
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