lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lightning] Fix for Apple?


From: Laurent Michel
Subject: Re: [Lightning] Fix for Apple?
Date: Wed, 11 Jun 2008 13:58:06 -0400


On Jun 11, 2008, at 11:03 AM, Paolo Bonzini wrote:


#ifdef __APPLE__
/* Stack must stay 16-byte aligned: */
# define jit_prepare_i(ni)      (((ni & 0x3) \
                                 ? SUBLir(4 * ((((ni) + 3) & ~(0x3)) - (ni)), JIT_SP) \

I instead added a (void) in front of the SUBLir.

Paolo

I added that on my end (on top of your patch). It works fine now.


--
  Laurent




Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]