From 6d3975adb755a7c1cccdb3934d5356ccea2c4bad Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 1 Mar 2011 12:06:35 -0700 Subject: [PATCH] fix OS X PowerPC continuations=true build regression --- src/compile-powerpc.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/compile-powerpc.S b/src/compile-powerpc.S index 56fc5222da..a074a5f186 100644 --- a/src/compile-powerpc.S +++ b/src/compile-powerpc.S @@ -232,9 +232,11 @@ LOCAL(vmInvoke_return): // return blr - + +#ifndef __APPLE__ LOCAL(vmInvoke_returnAddress_address): .long GLOBAL(vmInvoke_returnAddress) +#endif .globl GLOBAL(vmJumpAndInvoke) GLOBAL(vmJumpAndInvoke):