From 39179e1a4cc43a614c347dd48fcf9e0edd8b3b1b Mon Sep 17 00:00:00 2001 From: Avimitin Date: Sat, 3 Feb 2024 16:41:28 +0800 Subject: [PATCH] [tests/intrinsic] set heap size to 2048 Signed-off-by: Avimitin --- tests/intrinsic/main.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/intrinsic/main.S b/tests/intrinsic/main.S index d8a4c7e948..ec151bd97c 100644 --- a/tests/intrinsic/main.S +++ b/tests/intrinsic/main.S @@ -17,7 +17,7 @@ exit: .p2align 2 heap_start: - .zero 1073741824 + .zero 2048 heap_end: stack_start: