-
Notifications
You must be signed in to change notification settings - Fork 18k
throw: index out of range during all.bash #10
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
tklauser
pushed a commit
to tklauser/go
that referenced
this issue
May 8, 2019
Bit 19 may be set in the high immediate returned by Split32BitImmediate. (The most obvious case is for 1<<31-1). This means that the immediate will be sign-extended when used with LUI. We must sign-extend this value to make it clear that this is intentional, otherwise assemble will reject the immediate for 'not fitting in 20 bits'. Fixes golang#10 Change-Id: I83ac8a81a5fb1a9663af63bc2dee8a896567f945
blami
pushed a commit
to blami/go
that referenced
this issue
May 15, 2025
…(RFP) Fixes golang#10. Change-Id: I8511cd93b8046b03d75ec4d49dc92b4fd2805fd0
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by pierslauder:
The text was updated successfully, but these errors were encountered: