mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Update src/samples/test-sample/test.cpp
Co-authored-by: Maurice Heumann <MauriceHeumann@gmail.com>
This commit is contained in:
@@ -107,7 +107,7 @@ namespace
|
||||
|
||||
constexpr int thread_count = 5;
|
||||
HANDLE threads[thread_count] = {nullptr};
|
||||
ctx_t* ctxs[thread_count] = {nullptr};
|
||||
ctx_t ctxs[thread_count] = {};
|
||||
|
||||
for (int i = 0; i < thread_count; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user