mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Remove -Wno-reorder and make it an error
This commit is contained in:
parent
54f2c27ba0
commit
972e0ab31d
43 changed files with 139 additions and 149 deletions
|
@ -716,8 +716,8 @@ ppu_thread::ppu_thread(const ppu_thread_params& param, std::string_view name, u3
|
|||
, prio(prio)
|
||||
, stack_size(param.stack_size)
|
||||
, stack_addr(param.stack_addr)
|
||||
, start_time(get_guest_system_time())
|
||||
, joiner(-!!detached)
|
||||
, start_time(get_guest_system_time())
|
||||
, ppu_name(name)
|
||||
{
|
||||
gpr[1] = stack_addr + stack_size - 0x70;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue