Compilation fix 3
This commit is contained in:
@@ -250,7 +250,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Write the FPSCR
|
// Write the FPSCR
|
||||||
void Write(u128 & r)
|
void Write(const u128 & r)
|
||||||
{
|
{
|
||||||
_u32[3] = r._u32[3] & 0x00000F07;
|
_u32[3] = r._u32[3] & 0x00000F07;
|
||||||
_u32[2] = r._u32[2] & 0x00003F07;
|
_u32[2] = r._u32[2] & 0x00003F07;
|
||||||
|
|||||||
Reference in New Issue
Block a user