Question
Strange value of register
Posted on February 24, 2013 at 09:08
I have one strange problem. After this fragment of code program:
b = a;a =/ 40;if(!a)//breakpointsthe results of two registers are: b = 50000 - good value,a=0
The value of a should be about 1250 not 0!!I can't find place in my program where i change value of a, because I use it only in one place. Any suggestion how can I find solutions of this problem? #incorrect-expectations #wrong-value-register-bug #optimisation