-
Notifications
You must be signed in to change notification settings - Fork 18k
syscall: no way to get at returned float32 value #3588
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
Labels
Comments
This should not be difficult to implement. The issue here is we need to change syscall.Syscall returned parameters list. This could be big problem. Can you change your dll interface instead, so it accepts address of where to put return value, instead of returning it via CPU registers? Leaving for rsc to decide what to do. Alex Labels changed: added os-windows, arch-x86-32. Owner changed to @alexbrainman. Status changed to Thinking. |
Christoph.Pech, we need nice interface to implement required functionality. If you have good suggestions, please comment. Alex Status changed to Duplicate. Merged into issue #6510. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by smith.malcolm.james:
The text was updated successfully, but these errors were encountered: