derickr/vld

flags != OP1_CLASS;

Closed this issue · 3 comments

In srm_oparray.c line 636,

flags != OP1_CLASS;

This is a comparison sentence. It is useless here. Is it a mistake for flags |= OP1_CLASS; ?

@derickr Do you have time to confirm this issue? Thanks.

Duplicate of #63, and also incorrect, as the line this is on is 598.

Thanks for the confirmation.