commit | 31c2aac7137b69d5622eea09597500731fbee2ef | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Mon Dec 09 16:31:19 2013 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Mon Dec 09 16:31:19 2013 +0000 |
tree | d56043acebedb170671c90eb4d0ebb149d51d322 | |
parent | f4d4ce50947a059a979fc184139ad97def386146 [diff] [blame] |
Rename ClobberCalleeSave to *Caller*, fix it for x86. Change-Id: I6a72703a11985e2753fa9b4520c375a164301433
diff --git a/compiler/dex/quick/mips/call_mips.cc b/compiler/dex/quick/mips/call_mips.cc index 18c8cf8..21d5563 100644 --- a/compiler/dex/quick/mips/call_mips.cc +++ b/compiler/dex/quick/mips/call_mips.cc
@@ -253,7 +253,7 @@ NewLIR4(kMipsDelta, rMIPS_ARG1, 0, WrapPointer(base_label), WrapPointer(tab_rec)); // And go... - ClobberCalleeSave(); + ClobberCallerSave(); LIR* call_inst = OpReg(kOpBlx, r_tgt); // ( array*, fill_data* ) MarkSafepointPC(call_inst); }