derickr / vld

BSD 2-Clause "Simplified" License
464 stars 87 forks source link

flags != OP1_CLASS; #64

Closed jimmyleeeeee closed 4 years ago

jimmyleeeeee commented 4 years ago

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; ?

jimmyleeeeee commented 4 years ago

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

derickr commented 4 years ago

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

jimmyleeeeee commented 4 years ago

Thanks for the confirmation.