commit | e7825db4cfe76eabf5e3ebc0358b5e067ca3f484 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Mar 09 15:46:57 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Mar 09 15:46:57 2012 -0800 |
tree | cacc5b5d3c41e30943df6edaadb614c0cfff78ee | |
parent | b3bd5f07884f5a1f2b84224363b1372d7c28d447 [diff] [blame] |
Fix build. The compilers had drifted a bit while I was away. Change-Id: I938a5992e8e100f512db4c7934ac4b3ec80e8138
diff --git a/src/compiler/codegen/x86/X86RallocUtil.cc b/src/compiler/codegen/x86/X86RallocUtil.cc index cd630a8..cdd75a1 100644 --- a/src/compiler/codegen/x86/X86RallocUtil.cc +++ b/src/compiler/codegen/x86/X86RallocUtil.cc
@@ -185,4 +185,11 @@ ((LIR*)lir)->flags.isNop = true; } +extern RegLocation oatGetReturnAlt(CompilationUnit* cUnit) +{ + UNIMPLEMENTED(FATAL); + RegLocation res = LOC_C_RETURN; + return res; +} + } // namespace art