# HG changeset patch # User Mychaela Falconia # Date 1602916042 0 # Node ID 381dc53d6ccb94536d44f4571d3f3ca1693af1c2 # Parent 055d2cf216c8491b1eea05ed475ef3c86acbda05 src/nucleus/tm_defs.h: byte padding fix diff -r 055d2cf216c8 -r 381dc53d6ccb src/nucleus/tm_defs.h --- a/src/nucleus/tm_defs.h Sat Oct 17 03:42:53 2020 +0000 +++ b/src/nucleus/tm_defs.h Sat Oct 17 06:27:22 2020 +0000 @@ -102,8 +102,8 @@ UNSIGNED tm_expiration_id; /* Expiration ID */ BOOLEAN tm_enabled; /* Timer enabled flag */ -#if PAD_3 - DATA_ELEMENT tc_padding[PAD_3]; +#if PAD_1 + DATA_ELEMENT tc_padding[PAD_1]; #endif UNSIGNED tm_expirations; /* Number of expirations */