diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:28:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:28:19 +0000 |
commit | 7cf264f01ce788d09b9cacefb7039a3ac2e0c454 (patch) | |
tree | 392bee74d0652cac2c3677da3268bedc14791293 /config.h | |
parent | Adding upstream version 3.5. (diff) | |
download | dmidecode-7cf264f01ce788d09b9cacefb7039a3ac2e0c454.tar.xz dmidecode-7cf264f01ce788d09b9cacefb7039a3ac2e0c454.zip |
Adding upstream version 3.6.upstream/3.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #endif /* Use memory alignment workaround or not */ -#ifdef __ia64__ +#if defined(__ia64__) || defined(__arm__) #define ALIGNMENT_WORKAROUND #endif |