diff options
Diffstat (limited to 'lldb/source/Expression/ExpressionSourceCode.cpp')
-rw-r--r-- | lldb/source/Expression/ExpressionSourceCode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/ExpressionSourceCode.cpp b/lldb/source/Expression/ExpressionSourceCode.cpp index c79a2d7..bf6de55 100644 --- a/lldb/source/Expression/ExpressionSourceCode.cpp +++ b/lldb/source/Expression/ExpressionSourceCode.cpp @@ -51,7 +51,7 @@ bool ExpressionSourceCode::GetText (std::string &text, lldb::LanguageType wrappi if (Target *target = exe_ctx.GetTargetPtr()) { - if (target->GetArchitecture().GetMachine() == llvm::Triple::arm64) + if (target->GetArchitecture().GetMachine() == llvm::Triple::aarch64) { target_specific_defines = "typedef bool BOOL;\n"; } |