summaryrefslogtreecommitdiffstats
path: root/testtools/com
diff options
context:
space:
mode:
authorCaolan McNamara <caolanm@redhat.com>2015-07-10 16:36:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-10 19:47:40 +0000
commite8ac3b5bd973054c6fd74db017bb448721e2c3e2 (patch)
tree76f09bf601d39b5c33421de87d823af6abe3583e /testtools/com
parentppc64: simplify this a little (diff)
downloadcore-e8ac3b5bd973054c6fd74db017bb448721e2c3e2.tar.gz
core-e8ac3b5bd973054c6fd74db017bb448721e2c3e2.zip
ppc64: using a fp register also consumes a gp register slot
Change-Id: Idf6f40081f4598c0fa9d1e10bdc208eae49e4cd1 Reviewed-on: https://gerrit.libreoffice.org/16936 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'testtools/com')
-rw-r--r--testtools/com/sun/star/comp/bridge/TestComponent.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java
index a6966eb15ec2..f8b50f23e222 100644
--- a/testtools/com/sun/star/comp/bridge/TestComponent.java
+++ b/testtools/com/sun/star/comp/bridge/TestComponent.java
@@ -498,6 +498,10 @@ public class TestComponent {
return i2;
}
+ public int testPPC64Alignment( double d1, double d2, double d3, int i1 ) throws com.sun.star.uno.RuntimeException {
+ return i1;
+ }
+
public double testTenDoubles( double d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8, double d9, double d10 ) {
return d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9 + d10;
}