no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments.
* no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments. * java/lang/mprec.c (lo0bits): Fix paren typo. From-SVN: r45724
This commit is contained in:
parent
c9574c9f42
commit
01c62aea29
3 changed files with 7 additions and 3 deletions
|
@ -296,7 +296,7 @@ _DEFUN (lo0bits, (y), unsigned long *y)
|
|||
{
|
||||
k++;
|
||||
x >>= 1;
|
||||
if (!x & 1)
|
||||
if (!(x & 1))
|
||||
return 32;
|
||||
}
|
||||
*y = x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue