diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-04-10 18:14:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-10 12:14:50 +0200 |
| commit | f9f082ee53ae0ab8e12b0c1bf1de339af8b92282 (patch) | |
| tree | b040c5f88bf691cc67f7fc1bd9c8b4914ea4758b /src/libtools/threads32.c | |
| parent | 66bb1aeb89d7ee64cad83ab12208b221ce5e9731 (diff) | |
| download | box64-f9f082ee53ae0ab8e12b0c1bf1de339af8b92282.tar.gz box64-f9f082ee53ae0ab8e12b0c1bf1de339af8b92282.zip | |
[WOW64] More work on the PE wow64 build (#2518)
* [WOW64] More work on the PE wow64 build * added a TODO
Diffstat (limited to 'src/libtools/threads32.c')
| -rwxr-xr-x | src/libtools/threads32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libtools/threads32.c b/src/libtools/threads32.c index 87187b24..c72deca7 100755 --- a/src/libtools/threads32.c +++ b/src/libtools/threads32.c @@ -90,9 +90,6 @@ static void del_attr(void* attr); typedef void(*vFv_t)(); KHASH_MAP_INIT_INT(threadstack, threadstack_t) -#ifndef ANDROID -KHASH_MAP_INIT_INT(cancelthread, __pthread_unwind_buf_t*) -#endif void CleanStackSize(box64context_t* context); void FreeStackSize(uintptr_t attr); |