diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandOptionValidators.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandOptionValidators.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandOptionValidators.cpp b/lldb/source/Interpreter/CommandOptionValidators.cpp index c9f3e3b4635..7d66de53c0b 100644 --- a/lldb/source/Interpreter/CommandOptionValidators.cpp +++ b/lldb/source/Interpreter/CommandOptionValidators.cpp @@ -15,7 +15,7 @@ using namespace lldb; using namespace lldb_private; -bool PosixPlatformCommandOptionValidator::IsValid(Platform &platform, ExecutionContext &target) const +bool PosixPlatformCommandOptionValidator::IsValid(Platform &platform, const ExecutionContext &target) const { llvm::Triple::OSType os = platform.GetSystemArchitecture().GetTriple().getOS(); switch (os) |