diff options
Diffstat (limited to 'lldb/include/lldb/API/SBInstruction.h')
-rw-r--r-- | lldb/include/lldb/API/SBInstruction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/API/SBInstruction.h b/lldb/include/lldb/API/SBInstruction.h index 2893ea667a3..420e869a959 100644 --- a/lldb/include/lldb/API/SBInstruction.h +++ b/lldb/include/lldb/API/SBInstruction.h @@ -42,10 +42,10 @@ public: GetAddress(); const char * - GetOpcodeName (lldb::SBTarget target); + GetMnemonic (lldb::SBTarget target); const char * - GetMnemonics (lldb::SBTarget target); + GetOperands (lldb::SBTarget target); const char * GetComment (lldb::SBTarget target); |