upgrading to 7.0.3 causes assembly errors

2011-05-04 Thread Evan Laforge
So I just upgraded to 7, and on compiling I got: /var/folders/++/+++c0U++6+0++4RjPqRgNE++8+c/-Tmp-/ghc88373_0/ghc88373_1.s:43:0:    suffix or operands invalid for `push' /var/folders/++/+++c0U++6+0++4RjPqRgNE++8+c/-Tmp-/ghc88373_0/ghc88373_1.s:47:0:    suffix or operands invalid for `push' ... e

Re: Are FFI calls interruptible?

2011-05-04 Thread Simon Marlow
On 24/04/2011 21:16, Edward Z. Yang wrote: Excerpts from Bas van Dijk's message of Sun Apr 24 16:10:46 -0400 2011: Well the whole block of code is under a mask_ so if FFI calls are not interruptible the queued up exceptions should not be fired. Ah, I didn't know that. I think it would be extr