Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-12-03 08:44:53 +0000
committerHenrik Rentz-Reichert2013-12-03 08:44:53 +0000
commit875489e111ab5daec26b45771643a93c2277b202 (patch)
tree2fb61436fe9ed160c86dda9f10d6c806c6ed4907 /runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h
parent799a8f1d48018512bb560a24e2e5957cecb078ef (diff)
downloadorg.eclipse.etrice-875489e111ab5daec26b45771643a93c2277b202.tar.gz
org.eclipse.etrice-875489e111ab5daec26b45771643a93c2277b202.tar.xz
org.eclipse.etrice-875489e111ab5daec26b45771643a93c2277b202.zip
406870: [runtime.c] unify etMemory.h
https://bugs.eclipse.org/bugs/show_bug.cgi?id=406870
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h2
1 files changed, 1 insertions, 1 deletions
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

Back to the top