mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Minor const correctness
This commit is contained in:
parent
874da27599
commit
c00850c4c5
9 changed files with 12 additions and 12 deletions
|
@ -401,7 +401,7 @@ struct PPCdouble
|
|||
return (u64&)_double;
|
||||
}
|
||||
|
||||
u32 GetZerosCount()
|
||||
u32 GetZerosCount() const
|
||||
{
|
||||
u32 ret;
|
||||
u32 dd = frac >> 32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue