Skip to content
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

Fix R15 asm error when build in dynamic link mode #55

Closed
wants to merge 1 commit into from

Conversation

MXWXZ
Copy link

@MXWXZ MXWXZ commented Aug 18, 2021

Fix #54, When imported and build with -buildmode=plugin or anything use dynamic link, go will throw

when dynamic linking, R15 is clobbered by a global variable access and is used here

ref: review src issue

@greatroar
Copy link
Contributor

Looks like SI and DI are free, why not use one of those?

@cespare
Copy link
Owner

cespare commented Aug 24, 2021

Thanks, but I'd like to fix this a different way. See #57.

@cespare cespare closed this Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants