Fix signature of ProcessInfo::SetArchitecture

llvm-svn: 232489
This commit is contained in:
Tamas Berghammer 2015-03-17 15:05:25 +00:00
parent 655b87f99d
commit 9f3658d211
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ namespace lldb_private
}
void
SetArchitecture (ArchSpec arch)
SetArchitecture (const ArchSpec& arch)
{
m_arch = arch;
}