feat: 3000
This commit is contained in:
parent
1ad1a23761
commit
8c1dfa3248
@ -345,7 +345,7 @@ void __attribute__((constructor)) setup_main_thread()
|
||||
// Create an entry for the main thread.
|
||||
|
||||
struct context_entry_t *new_entry;
|
||||
for (int i = 0; i < 2000; ++i) {
|
||||
for (int i = 0; i < 3000; ++i) {
|
||||
|
||||
new_entry = malloc(sizeof(*new_entry));
|
||||
memset(new_entry->stack, 0, STACK_SIZE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user