2003-06-03 13:15:49

by Margit Schubert-While

[permalink] [raw]
Subject: arch/i386/math-emu/fpu_trig.c

Another pedantic issue :-)
In arch/i386/math-emu/fpu_trig.c line 1061 we have :
else if ( (st0_tag == TAG_Empty) | (st1_tag == TAG_Empty) )

Should be "||" or ?

Margit