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

This reverts commit 2915242902.
This commit is contained in:
Aren Elchinyan 2024-01-21 22:08:37 +03:00
parent 2915242902
commit a59ba3412f
1 changed files with 1 additions and 1 deletions

View File

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