Remove -Wno-reorder and make it an error

This commit is contained in:
Nekotekina 2020-02-21 15:20:10 +03:00
parent 54f2c27ba0
commit 972e0ab31d
43 changed files with 139 additions and 149 deletions

View file

@ -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;