From: Hiroshi K. <ke...@us...> - 2000-09-04 15:28:23
|
Update of /cvsroot/linux-vr/linux/arch/mips/fpu_emulator In directory slayer.i.sourceforge.net:/tmp/cvs-serv3641 Modified Files: sp_flong.c sp_fint.c Log Message: Fixed typo existed in original code. (if (x == -1 | x == -1) -> if (x == -1 || x == -1)). |