commit | 6ea651f0f4c7de4580beb2e887d86802c1ae0738 | [log] [tgz] |
---|---|---|
author | Maja Gagic <maja.gagic@imgtec.com> | Tue Feb 24 16:55:04 2015 +0100 |
committer | Andreas Gampe <agampe@google.com> | Fri Mar 06 13:05:47 2015 -0800 |
tree | fd97dcbd7301892cb785ca34aee21ad86437c3b3 | |
parent | 0e242b5cad3c0b68b72f28c1e5fd3fdd4c05bfd8 [diff] [blame] |
Initial support for quick compiler on MIPS64r6. Change-Id: I6f43027b84e4a98ea320cddb972d9cf39bf7c4f8
diff --git a/compiler/dex/quick/ralloc_util.cc b/compiler/dex/quick/ralloc_util.cc index 67fb804..682fa28 100644 --- a/compiler/dex/quick/ralloc_util.cc +++ b/compiler/dex/quick/ralloc_util.cc
@@ -1355,7 +1355,7 @@ default: res = LocCReturn(); break; } Clobber(res.reg); - if (cu_->instruction_set == kMips) { + if (cu_->instruction_set == kMips || cu_->instruction_set == kMips64) { MarkInUse(res.reg); } else { LockTemp(res.reg);