lightning
[Top][All Lists]
Advanced

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

Re: [Lightning] Fix for Apple?


From: Paolo Bonzini
Subject: Re: [Lightning] Fix for Apple?
Date: Wed, 11 Jun 2008 08:03:01 -0700
User-agent: Thunderbird 2.0.0.14 (Macintosh/20080421)


#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




reply via email to

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