diff options
Diffstat (limited to 'lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h')
| -rw-r--r-- | lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h b/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h index acd956e613d4..3f56bc658c16 100644 --- a/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h +++ b/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h @@ -85,7 +85,7 @@ protected: const char *insn_name; } MipsOpcode; - static MipsOpcode *GetOpcodeForInstruction(const char *op_name); + static MipsOpcode *GetOpcodeForInstruction(llvm::StringRef op_name); bool Emulate_DADDiu(llvm::MCInst &insn); |
