From aa8c651e384faf44d02f2fa39feb92d297aed185 Mon Sep 17 00:00:00 2001 From: r-a-sattarov Date: Mon, 11 Dec 2023 22:34:17 +0300 Subject: [PATCH] common/arch.h: added e2k arch definition Ref: https://en.wikipedia.org/wiki/Elbrus_(computer) --- common/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/arch.h b/common/arch.h index 3344d53129..f2a4fadec9 100644 --- a/common/arch.h +++ b/common/arch.h @@ -94,7 +94,7 @@ typedef uint32_t char32_t; defined(__ia64__) || defined(__arm__) || defined(__sh__) || \ (defined(__PPC__) && defined(__BIG_ENDIAN__)) || \ (defined(__ppc__) && defined(__BIG_ENDIAN__)) || \ - defined(__loongarch__) + defined(__loongarch__) || defined(__e2k__) #define NEED_ALIGN #elif defined(__x86__) || defined(__x86_64__) || \ defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \