summaryrefslogtreecommitdiff
path: root/runtime/stack_map.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stack_map.cc')
-rw-r--r--runtime/stack_map.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack_map.cc b/runtime/stack_map.cc
index f40168b8b8..5472d4cb4f 100644
--- a/runtime/stack_map.cc
+++ b/runtime/stack_map.cc
@@ -44,7 +44,7 @@ StackMap CodeInfo::GetStackMapForNativePcOffset(uint32_t pc, InstructionSet isa)
return *it;
}
}
- return StackMap();
+ return stack_maps_.GetInvalidRow();
}
// Scan backward to determine dex register locations at given stack map.