- Notifications
You must be signed in to change notification settings - Fork1.6k
Fix description of pointer in ldloca.s#11314
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This issue was addressed by#9574, but this place was missed. We should apply the same change here for consistency.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks!
03a95c5
intodotnet:mainUh oh!
There was an error while loading.Please reload this page.
Summary
ECMA-335 6th edition states:
The docs for
ldloca
already state that the result is a managed pointer; this PR brings the docs forldloca.s
into alignment with the spec and the docs forldloca
. (I hope that this change is in fact correct!)