# HG changeset patch # User Mychaela Falconia # Date 1602836608 0 # Node ID 1edc7293e43324a778ee5ce8d83282705360503c # Parent 133d42e7e7ec74d8ff5bc634124b456078c1c8b4 Nucleus: TI's TC_HCB bogon replicated diff -r 133d42e7e7ec -r 1edc7293e433 src/nucleus/nucleus.h --- a/src/nucleus/nucleus.h Fri Oct 16 08:09:35 2020 +0000 +++ b/src/nucleus/nucleus.h Fri Oct 16 08:23:28 2020 +0000 @@ -196,7 +196,7 @@ system data structures. */ #define NU_TASK_SIZE 42 -#define NU_HISR_SIZE 22 +#define NU_HISR_SIZE 23 /* includes TI's bogon */ #define NU_MAILBOX_SIZE 13 #define NU_QUEUE_SIZE 18 #define NU_PIPE_SIZE 18 diff -r 133d42e7e7ec -r 1edc7293e433 src/nucleus/tc_defs.h --- a/src/nucleus/tc_defs.h Fri Oct 16 08:09:35 2020 +0000 +++ b/src/nucleus/tc_defs.h Fri Oct 16 08:23:28 2020 +0000 @@ -213,6 +213,9 @@ portion of this component. Hence, changes in the following section should not impact assembly language routines. */ + /* The following struct member is a bogon that has been replicated + in order to match the structure that is baked into OSL blobs. */ + VOID (*tc_actual_entry)(); /* Reserved words for the system and a single reserved word for the application. */