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/mips/ArchFactory.cc b/src/compiler/codegen/mips/ArchFactory.cc index aaaa50f..963427d 100644 --- a/src/compiler/codegen/mips/ArchFactory.cc +++ b/src/compiler/codegen/mips/ArchFactory.cc
@@ -145,7 +145,7 @@ genDebuggerUpdate(cUnit, DEBUGGER_METHOD_EXIT); } unSpillCoreRegs(cUnit); - opReg(cUnit, kOpBx, rLINK); + opReg(cUnit, kOpBx, r_RA); } /*