We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4469a1e commit 078cb7aCopy full SHA for 078cb7a
lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
@@ -622,8 +622,6 @@ std::optional<DecodeResult> EmulateInstructionRISCV::Decode(uint32_t inst) {
622
Log *log = GetLog(LLDBLog::Unwind);
623
624
uint16_t try_rvc = uint16_t(inst & 0x0000ffff);
625
- // check whether the compressed encode could be valid
626
- uint16_t mask = try_rvc & 0b11;
627
uint8_t inst_type = RV64;
628
629
// Try to get size of RISCV instruction.
0 commit comments