commit | d18e083522e8148427c08a35034c10f63f61f31d | [log] [tgz] |
---|---|---|
author | Douglas Leung <douglas.leung@imgtec.com> | Mon Feb 09 15:22:26 2015 -0800 |
committer | Douglas Leung <douglas.leung@imgtec.com> | Mon Feb 09 15:25:58 2015 -0800 |
tree | 884b0cc94ba18d3ac14ec69c771bfe13f4b657ac | |
parent | 2a3611feeb12bd73ccdbb4692f9ca3705f925d56 [diff] [blame] |
Fix a compilation error for Mips64. Change-Id: I4f35750c4b840fce18c467995787e92bc38a7812
diff --git a/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc b/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc index 98f1684..00251ff 100644 --- a/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc +++ b/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
@@ -171,6 +171,7 @@ // | | padding // | A0/Method* | <- sp // NOTE: for Mip64, when A0 is skipped, F0 is also skipped. + static constexpr bool kSplitPairAcrossRegisterAndStack = false; static constexpr bool kAlignPairRegister = false; static constexpr bool kQuickSoftFloatAbi = false; static constexpr bool kQuickDoubleRegAlignedFloatBackFilled = false;