|
From: João M. S. S. <joa...@gm...> - 2015-04-15 00:06:12
|
> But the most probably culprits are either j or lambda[j-1] > or whatever the INDEX_OF macro(is it a macro?) is doing behind > what is visible. > There is no (direct) use of the function args on line 118. > Of course, it might be that e.g. an uninitialised arg (e.g. no_eras > might be unitialised and get a random value 22) might result later in j > or whatever being initialised. I already tried get_vbits on j (size 4), lambda (size 21) and INDEX_OF = rs->index_of (size 32) and all of them seem initialized (represented with 0 by get_vbits). I also tried --read-var-info=yes but as far as I can see there is no difference in the output. -- João M. S. Silva |