diff options
Diffstat (limited to 'lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp')
| -rw-r--r-- | lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp b/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp index 0645b3f8e33..95d4b88d9a6 100644 --- a/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp +++ b/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp @@ -94,7 +94,7 @@ void ArchitectureArm::OverrideStopInfo(Thread &thread) { // such cases, we really don't want to stop at this location. // I will check with the lldb-dev list first before I enable this. #if 0 - // ARM mode: check for condition on intsruction + // ARM mode: check for condition on instruction const addr_t pc = reg_ctx_sp->GetPC(); Status error; // If we fail to read the opcode we will get UINT64_MAX as the result in |

