-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Native function link name isn't used #905
Comments
Hi, please review this. I am working on #906, which will be applied on this one. |
Sorry, please hold. I cannot reproduce the reported issue after rebasing to the latest master. |
7aaeb3f should be the correct one. (Sorry for the mess. Maybe I'm having too much local work trees.) |
Added comments to that commit about invalid memory access in the test case. |
Thanks Brian! Commit eae478c fixes the accessing invalid memory bug. And changes the test case to be something that makes sense. |
Merged. |
Native functions may specify an optional 'link name', which is intended to be the actual native name of the function:
The compiler doesn't appear to actually do anything with this information, just generating a call to
close
as if the link name wasn't there.The text was updated successfully, but these errors were encountered: