Fix NetBsd build broken by r323637
llvm-svn: 323639
This commit is contained in:
@@ -135,7 +135,7 @@ NativeProcessNetBSD::Factory::Attach(
|
||||
std::unique_ptr<NativeProcessNetBSD> process_up(new NativeProcessNetBSD(
|
||||
pid, -1, native_delegate, Info.GetArchitecture(), mainloop));
|
||||
|
||||
status = process_up->Attach();
|
||||
Status status = process_up->Attach();
|
||||
if (!status.Success())
|
||||
return status.ToError();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user