mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Merge pull request #981 from Nekotekina/master
ARMv7 progress, some changes in vm_ptr
This commit is contained in:
commit
1fa301b719
59 changed files with 3750 additions and 368 deletions
|
@ -968,7 +968,7 @@ struct cast_ppu_gpr<bool, false>
|
|||
return value;
|
||||
}
|
||||
|
||||
__forceinline static bool from_gpr(const u64 reg)
|
||||
__forceinline static bool from_gpr(const u64& reg)
|
||||
{
|
||||
return reinterpret_cast<const bool&>(reg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue