Changeset dd6dddc in rtems
- Timestamp:
- 07/01/98 21:33:11 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a05de51
- Parents:
- 4f0fc115
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/i386/i386.h
r4f0fc115 rdd6dddc 32 32 * Currently recognized: 33 33 * i386_fp (i386 DX or SX w/i387) 34 * i386_ fp(i386 DX or SX w/o i387)34 * i386_nofp (i386 DX or SX w/o i387) 35 35 * i486dx 36 36 * i486sx -
c/src/exec/score/inline/heap.inl
r4f0fc115 rdd6dddc 101 101 * 102 102 * This function calculates and returns a block's location (address) 103 * in the heap based up ada base address and an offset.103 * in the heap based upon a base address and an offset. 104 104 */ 105 105 -
c/src/exec/score/inline/rtems/score/heap.inl
r4f0fc115 rdd6dddc 101 101 * 102 102 * This function calculates and returns a block's location (address) 103 * in the heap based up ada base address and an offset.103 * in the heap based upon a base address and an offset. 104 104 */ 105 105 -
cpukit/score/inline/rtems/score/heap.inl
r4f0fc115 rdd6dddc 101 101 * 102 102 * This function calculates and returns a block's location (address) 103 * in the heap based up ada base address and an offset.103 * in the heap based upon a base address and an offset. 104 104 */ 105 105
Note: See TracChangeset
for help on using the changeset viewer.