commit | 0398c42cd64682d18120a26c6c39b193fdf97658 | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Fri Mar 02 15:22:47 2012 -0800 |
committer | buzbee <buzbee@google.com> | Fri Mar 02 15:22:47 2012 -0800 |
tree | f5a60c8bca5d4acd7b31d21239f3c74bf7c7d42c | |
parent | 82488f563e7f72f8c626052893c1792d76ab3faf [diff] [blame] |
More MIPS support Working through the unimps. Change-Id: Ie088d2061ca9a77f42ebd75e2936159465deed10
diff --git a/src/compiler/codegen/MethodCodegenDriver.cc b/src/compiler/codegen/MethodCodegenDriver.cc index a1eeeae..42dae0f 100644 --- a/src/compiler/codegen/MethodCodegenDriver.cc +++ b/src/compiler/codegen/MethodCodegenDriver.cc
@@ -102,11 +102,7 @@ if (DISPLAY_MISSING_TARGETS) { genShowTarget(cUnit); } -#if defined(TARGET_MIPS) - UNIMPLEMENTED(WARNING) << "Need to handle common target register"; -#else - opReg(cUnit, kOpBlx, rLR); -#endif + opReg(cUnit, kOpBlx, rINVOKE_TGT); oatClobberCalleeSave(cUnit); }