mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
X86Disassembler.cpp: Fix @param introduced in r199804. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4643feac1d
commit
f9e66a412b
@ -260,7 +260,6 @@ static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) {
|
||||
/// translateDstIndex - Appends a destination index operand to an MCInst.
|
||||
///
|
||||
/// @param mcInst - The MCInst to append to.
|
||||
/// @param operand - The operand, as stored in the descriptor table.
|
||||
/// @param insn - The internal instruction.
|
||||
|
||||
static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) {
|
||||
|
Loading…
Reference in New Issue
Block a user