diff options
Diffstat (limited to 'source/Core/ArchSpec.cpp')
| -rw-r--r-- | source/Core/ArchSpec.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Core/ArchSpec.cpp b/source/Core/ArchSpec.cpp index 7c1b399177fd..91b73847ac1f 100644 --- a/source/Core/ArchSpec.cpp +++ b/source/Core/ArchSpec.cpp @@ -1555,7 +1555,7 @@ static void StopInfoOverrideCallbackTypeARM(lldb_private::Thread &thread) {  #if 0                  // ARM mode: check for condition on intsruction                  const addr_t pc = reg_ctx_sp->GetPC(); -                Error error; +                Status error;                  // If we fail to read the opcode we will get UINT64_MAX as the                  // result in "opcode" which we can use to detect if we read a                  // valid opcode. @@ -1635,7 +1635,7 @@ void ArchSpec::PiecewiseTripleCompare(  }  bool ArchSpec::IsAlwaysThumbInstructions() const { -  std::string Error; +  std::string Status;    if (GetTriple().getArch() == llvm::Triple::arm ||        GetTriple().getArch() == llvm::Triple::thumb) {      // v. https://en.wikipedia.org/wiki/ARM_Cortex-M  | 
