[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua internals debugging hints? : lua_number2integer() not working
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 21 Oct 2005 10:16:30 -0200
> This was caused by lua_number2integer() not working, 1.0 was going in
> and 0 was coming out. Hence, looparama, disabling the magic pentium
> cast fixed the problem (using vc6 here if that helps).
>
> This will probably be due to something mucking about with global fpu
> flags, probably dx I remember having issues with this sort of thing
> before.
Can you give more details about that problem?
-- Roberto