From 320d7c1d9ad8989e8b9b13e5741a3554cc9475a2 Mon Sep 17 00:00:00 2001 From: Ioannis Assiouras Date: Fri, 23 Jun 2023 01:27:32 +0100 Subject: [PATCH] SWDEV-405182 - Revert min alignment for abstract parameters stack to 16 bytes Change-Id: I9e6ace281468e8ef11b011c58f5971ce8907f3c6 [ROCm/clr commit: 4add0e656377caa87745e85d1f1cc81555403661] --- projects/clr/rocclr/utils/flags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/utils/flags.hpp b/projects/clr/rocclr/utils/flags.hpp index 5b95d4a7ab..9b346da502 100644 --- a/projects/clr/rocclr/utils/flags.hpp +++ b/projects/clr/rocclr/utils/flags.hpp @@ -52,7 +52,7 @@ debug(size_t, CPU_MEMORY_GUARD_PAGE_SIZE, 64, \ "Size in KB of CPU memory guard page") \ debug(size_t, CPU_MEMORY_ALIGNMENT_SIZE, 256, \ "Size in bytes for the default alignment for guarded memory on CPU") \ -debug(size_t, PARAMETERS_MIN_ALIGNMENT, 64, \ +debug(size_t, PARAMETERS_MIN_ALIGNMENT, 16, \ "Minimum alignment required for the abstract parameters stack") \ debug(size_t, MEMOBJ_BASE_ADDR_ALIGN, 4*Ki, \ "Alignment of the base address of any allocate memory object") \