From 0399dde18753aa9bd2bd0d7cf60beef154d164a4 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Wed, 6 Jun 2012 17:09:28 -0700 Subject: Remove Frame, merge shadow and quick representations. Change-Id: I5ae03a5e52111792d2df7e83cbd89ab25777844b --- src/compiler/codegen/RallocUtil.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compiler/codegen/RallocUtil.cc') diff --git a/src/compiler/codegen/RallocUtil.cc b/src/compiler/codegen/RallocUtil.cc index affb545aea..2088cdc360 100644 --- a/src/compiler/codegen/RallocUtil.cc +++ b/src/compiler/codegen/RallocUtil.cc @@ -1244,8 +1244,8 @@ extern void oatDoPromotion(CompilationUnit* cUnit) /* Returns sp-relative offset in bytes for a VReg */ extern int oatVRegOffset(CompilationUnit* cUnit, int vReg) { - return Frame::GetVRegOffset(cUnit->code_item, cUnit->coreSpillMask, - cUnit->fpSpillMask, cUnit->frameSize, vReg); + return StackVisitor::GetVRegOffset(cUnit->code_item, cUnit->coreSpillMask, + cUnit->fpSpillMask, cUnit->frameSize, vReg); } /* Returns sp-relative offset in bytes for a SReg */ -- cgit v1.2.3-59-g8ed1b