summaryrefslogtreecommitdiff
path: root/src/jit/codegenarm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/codegenarm.cpp')
-rw-r--r--src/jit/codegenarm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/codegenarm.cpp b/src/jit/codegenarm.cpp
index 0597696206..60f7122284 100644
--- a/src/jit/codegenarm.cpp
+++ b/src/jit/codegenarm.cpp
@@ -1732,7 +1732,7 @@ void CodeGen::genProfilingLeaveCallback(unsigned helper)
else if (varTypeIsFloating(compiler->info.compRetType) ||
compiler->IsHfa(compiler->info.compMethodInfo->args.retTypeClass))
{
- r0InUse = !compiler->info.compIsVarArgs && !compiler->opts.compUseSoftFP;
+ r0InUse = compiler->info.compIsVarArgs || compiler->opts.compUseSoftFP;
}
else
{