derickr/vld

Possible accidental comparison

Closed this issue · 1 comments

jayay commented

Is this comparison intended? To me, it looks like != was supposed to be a |= assignment.

flags != OP1_CLASS;

Yes, it looks strange. the code is useless as the comparison result is not used.