mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Fix Travis compiling
This commit is contained in:
parent
cdfef3bf9e
commit
16b4b9bf40
9 changed files with 15 additions and 15 deletions
|
@ -201,8 +201,8 @@ namespace vm
|
|||
return m_addr;
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
void set(T&& value)
|
||||
template<typename U>
|
||||
void set(U&& value)
|
||||
{
|
||||
m_addr = convert_le_be<AT>(value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue