diff options
Diffstat (limited to 'oatdump/oatdump.cc')
-rw-r--r-- | oatdump/oatdump.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oatdump/oatdump.cc b/oatdump/oatdump.cc index 1a67952e4..412a0529b 100644 --- a/oatdump/oatdump.cc +++ b/oatdump/oatdump.cc @@ -495,7 +495,8 @@ class OatDumper { } else { uint32_t offset = StackVisitor::GetVRegOffset(code_item, oat_method.GetCoreSpillMask(), oat_method.GetFpSpillMask(), - oat_method.GetFrameSizeInBytes(), reg); + oat_method.GetFrameSizeInBytes(), reg, + GetInstructionSet()); os << "[sp + #" << offset << "]"; } } |