Re: [possible bug] ULL cdata/ctype not correctly initialized on ARM?

  • From: Mike Pall <mike-1301@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 15 Jan 2013 01:20:42 +0100

Basurita wrote:
> The problem I'm described originated like this:
>    * In my source code I'm doing a multiplication of a Lua number times a ULL 
> literal (for example:  1ULL * someLuaNumber).
>    * Then I compile my .lua, and run it on the iPad and I get "attempt to 
> perform arithmetic on a cdata value"

Thank you for the bug report! Fixed in git HEAD.

--Mike

Other related posts:

  • » Re: [possible bug] ULL cdata/ctype not correctly initialized on ARM? - Mike Pall