Re: darcs patch: Fix freeHaskellFunctionPtr for Darwin/i386

2007-11-03 Thread Ian Lynagh
Hi Aaron, On Tue, Oct 30, 2007 at 09:12:25AM -0700, Aaron Tomb wrote: > This patch fixes the preprocessor directives surrounding the Darwin/ > i386 portion of freeHaskellFunctionPtr, which had used the wrong > symbol (x86_HOST_ARCH instead of i386_HOST_ARCH), causing occasional > FFI problem

Re: darcs patch: Fix freeHaskellFunctionPtr for Darwin/i386

2007-10-31 Thread Simon Marlow
Aaron Tomb wrote: This patch fixes the preprocessor directives surrounding the Darwin/i386 portion of freeHaskellFunctionPtr, which had used the wrong symbol (x86_HOST_ARCH instead of i386_HOST_ARCH), causing occasional FFI problems. This patch is against the 6.8 branch, but will probably apply

Re: darcs patch: Fix freeHaskellFunctionPtr for Darwin/i386

2007-10-30 Thread Don Stewart
atomb: > This patch fixes the preprocessor directives surrounding the Darwin/ > i386 portion of freeHaskellFunctionPtr, which had used the wrong > symbol (x86_HOST_ARCH instead of i386_HOST_ARCH), causing occasional > FFI problems. This patch is against the 6.8 branch, but will probably > ap

darcs patch: Fix freeHaskellFunctionPtr for Darwin/i386

2007-10-30 Thread Aaron Tomb
This patch fixes the preprocessor directives surrounding the Darwin/ i386 portion of freeHaskellFunctionPtr, which had used the wrong symbol (x86_HOST_ARCH instead of i386_HOST_ARCH), causing occasional FFI problems. This patch is against the 6.8 branch, but will probably apply to HEAD, as w