diff options
Diffstat (limited to 'source/API/SBInstructionList.cpp')
-rw-r--r-- | source/API/SBInstructionList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/API/SBInstructionList.cpp b/source/API/SBInstructionList.cpp index 812824b..34b0e05 100644 --- a/source/API/SBInstructionList.cpp +++ b/source/API/SBInstructionList.cpp @@ -120,7 +120,7 @@ SBInstructionList::GetDescription (lldb::SBStream &description) module_sp->ResolveSymbolContextForAddress(addr, eSymbolContextEverything, sc); } - inst->Dump (&sref, max_opcode_byte_size, true, false, NULL, &sc, &prev_sc, &format); + inst->Dump (&sref, max_opcode_byte_size, true, false, NULL, &sc, &prev_sc, &format, 0); sref.EOL(); } return true; |