summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints
diff options
context:
space:
mode:
authorDouglas Leung <douglas.leung@imgtec.com>2015-02-09 15:22:26 -0800
committerDouglas Leung <douglas.leung@imgtec.com>2015-02-09 15:25:58 -0800
commitd18e083522e8148427c08a35034c10f63f61f31d (patch)
tree884b0cc94ba18d3ac14ec69c771bfe13f4b657ac /runtime/entrypoints
parent2a3611feeb12bd73ccdbb4692f9ca3705f925d56 (diff)
downloadart-d18e083522e8148427c08a35034c10f63f61f31d.zip
art-d18e083522e8148427c08a35034c10f63f61f31d.tar.gz
art-d18e083522e8148427c08a35034c10f63f61f31d.tar.bz2
Fix a compilation error for Mips64.
Change-Id: I4f35750c4b840fce18c467995787e92bc38a7812
Diffstat (limited to 'runtime/entrypoints')
-rw-r--r--runtime/entrypoints/quick/quick_trampoline_entrypoints.cc1
1 files changed, 1 insertions, 0 deletions
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 @@ class QuickArgumentVisitor {
// | | 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;