From 9e7e65a08b1bac45dff11d676bc49a845d4b438e Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 8 Dec 2009 00:41:10 +0000 Subject: aix_closure.S (libffi_closure_ASM): Fix tablejump typo. * src/powerpc/aix_closure.S (libffi_closure_ASM): Fix tablejump typo. From-SVN: r155070 --- libffi/src/powerpc/aix_closure.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libffi/src') diff --git a/libffi/src/powerpc/aix_closure.S b/libffi/src/powerpc/aix_closure.S index 7fe5c83..5c74448 100644 --- a/libffi/src/powerpc/aix_closure.S +++ b/libffi/src/powerpc/aix_closure.S @@ -340,7 +340,7 @@ L..finish: lwz r4, LC..60(2) /* get address of jump table */ slwi r3, r3, 4 /* now multiply return type by 4 */ lwz r0, 176+8(r1) /* load return address */ - lwzx r3, r4, r3 /* get the contents of that table value */ + add r3, r3, r4 /* add contents of table to table address */ mtctr r3 bctr /* jump to it */ -- cgit v1.1