forked from OSchip/llvm-project
Fix signature of ProcessInfo::SetArchitecture
llvm-svn: 232489
This commit is contained in:
parent
655b87f99d
commit
9f3658d211
|
@ -107,7 +107,7 @@ namespace lldb_private
|
|||
}
|
||||
|
||||
void
|
||||
SetArchitecture (ArchSpec arch)
|
||||
SetArchitecture (const ArchSpec& arch)
|
||||
{
|
||||
m_arch = arch;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue