- Timestamp:
- 06/14/95 20:59:22 (29 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 637df35
- Parents:
- 620d699
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/no_cpu/cpu.c
r620d699 r68931b5 51 51 52 52 /* 53 * XXX;If there is not an easy way to initialize the FP context54 * 55 * 56 * 53 * If there is not an easy way to initialize the FP context 54 * during Context_Initialize, then it is usually easier to 55 * save an "uninitialized" FP context here and copy it to 56 * the task's during Context_Initialize. 57 57 */ 58 58 59 /* XXX: FP context initialization support*/59 /* FP context initialization support goes here */ 60 60 61 61 _CPU_Table = *cpu_table;
Note: See TracChangeset
for help on using the changeset viewer.