Minor const correctness

This commit is contained in:
lioncash 2014-03-24 08:47:30 -04:00
parent 874da27599
commit c00850c4c5
9 changed files with 12 additions and 12 deletions

View file

@ -401,7 +401,7 @@ struct PPCdouble
return (u64&)_double;
}
u32 GetZerosCount()
u32 GetZerosCount() const
{
u32 ret;
u32 dd = frac >> 32;