FreeCalypso > hg > fc-tourmaline
comparison src/nucleus/tc_defs.h @ 21:1edc7293e433
Nucleus: TI's TC_HCB bogon replicated
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 08:23:28 +0000 |
parents | 4e78acac3d88 |
children |
comparison
equal
deleted
inserted
replaced
20:133d42e7e7ec | 21:1edc7293e433 |
---|---|
211 | 211 |
212 /* Information after this point is not used in the target dependent | 212 /* Information after this point is not used in the target dependent |
213 portion of this component. Hence, changes in the following section | 213 portion of this component. Hence, changes in the following section |
214 should not impact assembly language routines. */ | 214 should not impact assembly language routines. */ |
215 | 215 |
216 /* The following struct member is a bogon that has been replicated | |
217 in order to match the structure that is baked into OSL blobs. */ | |
218 VOID (*tc_actual_entry)(); | |
216 | 219 |
217 /* Reserved words for the system and a single reserved word for the | 220 /* Reserved words for the system and a single reserved word for the |
218 application. */ | 221 application. */ |
219 UNSIGNED tc_system_reserved_1; /* System reserved word */ | 222 UNSIGNED tc_system_reserved_1; /* System reserved word */ |
220 UNSIGNED tc_system_reserved_2; /* System reserved word */ | 223 UNSIGNED tc_system_reserved_2; /* System reserved word */ |