jameysharp requested afonso360 for a review on PR #8494.
jameysharp requested abrown for a review on PR #8494.
jameysharp requested wasmtime-compiler-reviewers for a review on PR #8494.
jameysharp opened PR #8494 from jameysharp:riscv-fix-mv
to bytecodealliance:main
:
The operand collector and the instruction emitter for Inst::Mov both placed the
rm
register beforerd
, so the emitted code was correct, but the pretty-printer used the opposite order and so printed the operands backwards. Note that the VCode disassembly disagreed with Capstone's disassembly of the emitted machine code.
afonso360 submitted PR review:
Neat, thanks for catching this!
afonso360 merged PR #8494.
Last updated: Nov 22 2024 at 16:03 UTC