Re: [ANN] Lua 5.2.0 (work1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: Ignacio Burgueño <ignaciob@...>
- Date: 2010年1月08日 20:49:15 -0200
On 08/01/2010 20:46, Ignacio Burgueño wrote:
...
No, leaving out the braces around "fld d" won't work.
Sorry for the noise, but this is better:
#define lua_number2int(i,d) {__asm fld d __asm fistp i}
Regards,
Ignacio