mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-29 10:25:12 +00:00
Trivial comment fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129288 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -299,7 +299,7 @@ public:
|
||||
/// function was set as part of the setupBuilderForSymbolicDisassembly() call
|
||||
/// then that function is called to get any symbolic information at the
|
||||
/// builder's Address for this instrution. If that returns non-zero then the
|
||||
/// symbolic information is returns is used to create an MCExpr and that is
|
||||
/// symbolic information it returns is used to create an MCExpr and that is
|
||||
/// added as an operand to the MCInst. This function returns true if it adds
|
||||
/// an operand to the MCInst and false otherwise.
|
||||
bool tryAddingSymbolicOperand(uint64_t Value, uint64_t InstSize, MCInst &MI);
|
||||
|
Reference in New Issue
Block a user