diff options
author | 2014-04-22 11:03:52 +0000 | |
---|---|---|
committer | 2014-05-02 10:44:52 +0100 | |
commit | 42fcd9838a87abaf7a2ef86853a5287f86dbe391 (patch) | |
tree | d8ffcfcb9c1997c06c6ef93b551abaa900ebcf8e /compiler/dex/quick/ralloc_util.cc | |
parent | 608168b380b741e2c7e1a2b0b568c0738986166b (diff) |
Revert "Revert "64bit changes to the stack walker for the Quick ABI.""
This reverts commit 8d5ead52a92675c258113d3dfa71bf8fceba5d9f.
Change-Id: I6b4774a9bd180de33551975e106322ba1192e6ab
Diffstat (limited to 'compiler/dex/quick/ralloc_util.cc')
-rw-r--r-- | compiler/dex/quick/ralloc_util.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/dex/quick/ralloc_util.cc b/compiler/dex/quick/ralloc_util.cc index 39783a21ea..6455572470 100644 --- a/compiler/dex/quick/ralloc_util.cc +++ b/compiler/dex/quick/ralloc_util.cc @@ -1141,7 +1141,8 @@ void Mir2Lir::DoPromotion() { /* Returns sp-relative offset in bytes for a VReg */ int Mir2Lir::VRegOffset(int v_reg) { return StackVisitor::GetVRegOffset(cu_->code_item, core_spill_mask_, - fp_spill_mask_, frame_size_, v_reg); + fp_spill_mask_, frame_size_, v_reg, + cu_->instruction_set); } /* Returns sp-relative offset in bytes for a SReg */ |