mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Fix Travis compiling
This commit is contained in:
parent
cdfef3bf9e
commit
16b4b9bf40
9 changed files with 15 additions and 15 deletions
|
@ -820,5 +820,5 @@ __forceinline Tto convert_le_be(Tfrom&& value)
|
|||
template<typename Tto, typename Tfrom>
|
||||
__forceinline void convert_le_be(Tto& dst, Tfrom&& src)
|
||||
{
|
||||
dst = convert_le_be_t<Tto, Tfrom>::func(src)
|
||||
dst = convert_le_be_t<Tto, Tfrom>::func(src);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue