This commit is contained in:
Ryan Fleury
2025-06-06 15:43:09 -07:00
parent 4057e00fa1
commit c3f4c758b4
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -2689,7 +2689,7 @@ DWORD thread_step_thread(void *p)
void thread_stepping_tests(void)
{
#if _WIN32
HANDLE h[64] = {0};
HANDLE h[8] = {0};
for(int i = 0; i < sizeof(h)/sizeof(h[0]); i += 1)
{
DWORD id = 0;