mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
cast_armv7_gpr added
This commit is contained in:
parent
6ec6303933
commit
c4558d2ca7
6 changed files with 203 additions and 42 deletions
|
@ -971,7 +971,7 @@ struct cast_ppu_gpr<bool, false>
|
|||
|
||||
__forceinline static bool from_gpr(const u64 reg)
|
||||
{
|
||||
return (bool&)reg;
|
||||
return reinterpret_cast<const bool&>(reg);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue