about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x86syscall_32.c2
1 files changed, 1 insertions, 1 deletions
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;