From f7e769f8c44d4fb69597f0d3acf8782cfcd8dc17 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 30 Sep 2024 13:59:30 +0200 Subject: [BOX32] Enable futex robust_list hack for all 32bits software for now --- src/emu/x86syscall_32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/emu/x86syscall_32.c b/src/emu/x86syscall_32.c index 4f112101..3469d2e1 100644 --- a/src/emu/x86syscall_32.c +++ b/src/emu/x86syscall_32.c @@ -554,7 +554,7 @@ uint32_t EXPORT my32_syscall(x64emu_t *emu, ptr_t* b) tmps = arg2?(from_ulong(*arg2)):0; ret = syscall(__NR_get_robust_list, u32(4), arg1?(&tmp):NULL, arg2?(&tmps):NULL); if(!ret) { - if(box64_steamcmd) { + if(box64_steamcmd || 1) { h.list.next = to_ptrv(&h); h.futex_offset = -0x14; h.list_op_pending = 0; -- cgit 1.4.1