about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-30 13:59:30 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-30 13:59:30 +0200
commitf7e769f8c44d4fb69597f0d3acf8782cfcd8dc17 (patch)
tree282ecb948d887e89f64535c70e95fba63f885507 /src
parent7f1ce6ebfd5c83a50d3a6224580b7acf98b7e3c8 (diff)
downloadbox64-f7e769f8c44d4fb69597f0d3acf8782cfcd8dc17.tar.gz
box64-f7e769f8c44d4fb69597f0d3acf8782cfcd8dc17.zip
[BOX32] Enable futex robust_list hack for all 32bits software for now
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;