changeset 36:381dc53d6ccb

src/nucleus/tm_defs.h: byte padding fix
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 06:27:22 +0000
parents 055d2cf216c8
children 820ce39cf6df
files src/nucleus/tm_defs.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 */