commit | 16f5249b2600e49834e057cc1fc1daa40dd4bd49 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon May 03 14:40:25 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 04 07:36:55 2021 -0400 |
tree | 4656c53323fdce9f774b073d7ca45e5a77b40ec1 | |
parent | 37de0c49878c7540b6af7e3af4bbbadf3d2094d6 [diff] |
lib: os: cbprintf_packaged: update alignment for x86-32 The size of long double on x86-32 is 12 which is not a power of 2, and this results in build error when it is being used for alignment of buf32 in log_core.c. So manually set it to 16. Signed-off-by: Daniel Leung <daniel.leung@intel.com>