Add missing constness.

llvm-svn: 335711
This commit is contained in:
Tatyana Krasnukha
2018-06-27 07:01:07 +00:00
parent 9e1a117d4b
commit 3da0f21875
8 changed files with 8 additions and 8 deletions

View File

@@ -272,7 +272,7 @@ bool ThreadPlanStepInRange::ShouldStop(Event *event_ptr) {
if (bytes_to_skip == 0 && sc.symbol) {
TargetSP target = m_thread.CalculateTarget();
Architecture *arch = target->GetArchitecturePlugin();
const Architecture *arch = target->GetArchitecturePlugin();
if (arch) {
Address curr_sec_addr;
target->GetSectionLoadList().ResolveLoadAddress(curr_addr,