about summary refs log tree commit diff stats
path: root/src/libtools/threads.c
diff options
context:
space:
mode:
authorLeslie Zhai <zhaixiang@loongson.cn>2025-07-03 15:37:13 +0800
committerGitHub <noreply@github.com>2025-07-03 09:37:13 +0200
commitaccbbe83e24f4f8671dad7230270a30008bf17f8 (patch)
tree269d88fd42352867e57b248c84bbd1886acbb2a9 /src/libtools/threads.c
parent44ff3375df163b55396e9bcd36e9f4099a2ce137 (diff)
downloadbox64-accbbe83e24f4f8671dad7230270a30008bf17f8.tar.gz
box64-accbbe83e24f4f8671dad7230270a30008bf17f8.zip
[WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (#2788) (#2789)
* [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64
entry (#2788)

* [WRAPPER] Use RunFunctionFmt to call x64 resource_alloc entry

* [WRAPPER] Remove useless include header and DBGetBlock

* [WRAPPER] Use FindElfAddress to check the function is from x64 space

* [WRAPPER] Use find_XXX_Fct mechanism
Diffstat (limited to 'src/libtools/threads.c')
-rw-r--r--src/libtools/threads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libtools/threads.c b/src/libtools/threads.c
index 372f2095..34718718 100644
--- a/src/libtools/threads.c
+++ b/src/libtools/threads.c
@@ -16,7 +16,6 @@
 #include "x64emu.h"
 #include "box64stack.h"
 #include "box64cpu.h"
-#include "box64cpu.h"
 #include "box64cpu_util.h"
 #include "callback.h"
 #include "custommem.h"