-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add RegisterFunc on unsupported platforms #234
Conversation
NewCallback can't return bigger than uintptr which is 32bits on 386. Make value the largest that fits on whatever platform this runs on
Current outstanding issues:
|
Hmm, let's fix the issue with 386 and RegisterFunc first, and then address on #230. |
I had forgotten to enable the test again. It now fails. This deserves a deeper investigation now. |
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.
We want to have tests with Linux 386, if it is possible.
@hajimehoshi this is ready for review |
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.
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.
LGTM, thanks!
Closes #230