Немного увеличен размер стека

This commit is contained in:
Aren Elchinyan 2024-01-21 22:05:23 +03:00
parent 50ad112d7f
commit 2915242902
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include <lock.h> #include <lock.h>
#include <stdint.h> #include <stdint.h>
#define STACK_SIZE 8192 // 8 килобайт на стек #define STACK_SIZE 64 * 1024 // 64 килобайт на стек
typedef struct task { typedef struct task {
uint64_t rax, rbx, rcx, rdx; uint64_t rax, rbx, rcx, rdx;