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 mislabelled mul64_imm and mul64_reg #573

Merged
merged 2 commits into from
May 28, 2024

Conversation

deanmlittle
Copy link

MUL64_IMM and MUL64_REG opcodes were both mislabelled in the comments as div64 which also stated that they perform an operation equivalent /=. This commit accurately labels them both as mul64 and performing an operation equivalent to *=.

MUL64_IMM and MUL64_REG opcodes were both mislabelled in the comments as div64 which also stated that they perform an operation equivalent `/=`. This commit accurately labels them both as mul64 and performing an operation equivalent to `*=`.
neg64 was also mislabelled as requiring two operands `dst, src` when it only takes in `dst`. This is now fixed.
@Lichtso Lichtso merged commit cbc750c into solana-labs:main May 28, 2024
12 checks passed
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.

2 participants