commit | 659fa0d57db0bf1f944d0c4ac5e3abeb674ad81b | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Tue May 21 22:13:01 2019 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jun 26 09:08:42 2019 -0400 |
tree | 0d479407ee305b44ec51d2689183b4db22483cc9 | |
parent | 002bebdf633565c1d8cbb57109cf529d911edfb0 [diff] |
lifo/fifo: first word is not always first 4 bytes The first word is used as a pointer, meaning it is 64 bits on 64-bit systems. To reserve it, it has to be either a pointer, a long, or an intptr_t. Not an int nor an u32_t. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>