From 875489e111ab5daec26b45771643a93c2277b202 Mon Sep 17 00:00:00 2001 From: Henrik Rentz-Reichert Date: Tue, 3 Dec 2013 09:44:53 +0100 Subject: 406870: [runtime.c] unify etMemory.h https://bugs.eclipse.org/bugs/show_bug.cgi?id=406870 --- .../src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h') diff --git a/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h b/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h index 87465dd6f..aabc4ca8b 100644 --- a/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h +++ b/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h @@ -62,7 +62,7 @@ typedef bool boolean; #define FALSE 0 #endif -#define ALIGNMENT 4 +#define ALIGNMENT 8 /* power of 2 and >= sizeof(int) ! */ /* * typedefs for eTrice Runtime and Testing -- cgit v1.2.3