From 2915242902d0c40fbae29d0f2f446a39af151fc1 Mon Sep 17 00:00:00 2001 From: Aren Elchinyan Date: Sun, 21 Jan 2024 22:05:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=BC=D0=BD=D0=BE=D0=B3=D0=BE=20?= =?UTF-8?q?=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B5=D0=BD=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B7=D0=BC=D0=B5=D1=80=20=D1=81=D1=82=D0=B5=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/arch.h b/include/arch.h index 24f657a..eac7ed8 100644 --- a/include/arch.h +++ b/include/arch.h @@ -13,7 +13,7 @@ #include #include -#define STACK_SIZE 8192 // 8 килобайт на стек +#define STACK_SIZE 64 * 1024 // 64 килобайт на стек typedef struct task { uint64_t rax, rbx, rcx, rdx;