Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants