-
Notifications
You must be signed in to change notification settings - Fork 73
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 Int support to amd64 and fix issue with structs not being copied #288
Conversation
This fixes the int bug in ebitengine but |
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.
Could we file an issue first for PureGo?
done |
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!
Please add Closes #289
in the commit comment.
What issue is this addressing?
Updates hajimehoshi/ebiten#3135
Closes #289
What type of issue is this addressing?
bug fix
What this PR does | solves
Adds int support on amd64 (arm64 already worked) and fixes a logic bug which stopped structs that should've been copied into memory but weren't (postMerger function)