Comment 7 for bug 579320

Revision history for this message
Debjit Biswas (debjitbis08) wrote :

Hi Aanjhan,

The code at line 148 (in function _eef_find_and_set_flags) is:

sys.flag.z = (result == 0);

where result is passed to the function.

I am calling the function as _eef_find_and_set_flags (a); thus the zero flag will be set.

Thanks,
Debjit