diff options
| author | Nicolas Geoffray <ngeoffray@google.com> | 2014-04-22 11:03:52 +0000 |
|---|---|---|
| committer | Nicolas Geoffray <ngeoffray@google.com> | 2014-05-02 10:44:52 +0100 |
| commit | 42fcd9838a87abaf7a2ef86853a5287f86dbe391 (patch) | |
| tree | d8ffcfcb9c1997c06c6ef93b551abaa900ebcf8e /oatdump | |
| parent | 608168b380b741e2c7e1a2b0b568c0738986166b (diff) | |
| download | art-42fcd9838a87abaf7a2ef86853a5287f86dbe391.tar.gz art-42fcd9838a87abaf7a2ef86853a5287f86dbe391.tar.bz2 art-42fcd9838a87abaf7a2ef86853a5287f86dbe391.zip | |
Revert "Revert "64bit changes to the stack walker for the Quick ABI.""
This reverts commit 8d5ead52a92675c258113d3dfa71bf8fceba5d9f.
Change-Id: I6b4774a9bd180de33551975e106322ba1192e6ab
Diffstat (limited to 'oatdump')
| -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 1a67952e47..412a0529bf 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 << "]"; } } |
