mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-07 13:03:09 +00:00
Compilation fix
This commit is contained in:
parent
07cb56e1ea
commit
1e28611435
@ -111,7 +111,7 @@ namespace ppu_func_detail
|
||||
{
|
||||
static __forceinline T get_arg(PPUThread& CPU)
|
||||
{
|
||||
return bind_arg<T, type_pack, type_pack >> 8, type_pack >> 16, type_pack >> 24>::get_arg(CPU);
|
||||
return bind_arg<T, type_pack, (type_pack >> 8), (type_pack >> 16), (type_pack >> 24)>::get_arg(CPU);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user