Trivial fix - insert a space between the frame name and the instruction output.

llvm-svn: 133647
This commit is contained in:
Jim Ingham 2011-06-22 21:13:28 +00:00
parent cb7cfa4954
commit 6cffdd2fd3
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ ThreadPlanAssemblyTracer::Log ()
addr_valid = m_process.GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, pc_addr);
pc_addr.Dump(stream, &m_thread, Address::DumpStyleResolvedDescription, Address::DumpStyleModuleWithFileAddress);
stream->PutCString (" ");
if (m_disassembler)
{