Merge pull request #981 from Nekotekina/master

ARMv7 progress, some changes in vm_ptr
This commit is contained in:
B1ackDaemon 2015-01-29 01:57:42 +02:00
commit 1fa301b719
59 changed files with 3750 additions and 368 deletions

View file

@ -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);
}