Changeset 48816d7 in rtems for cpukit/score/cpu/sparc/cpu.c
- Timestamp:
- Nov 2, 2007, 1:35:02 PM (13 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 137c410
- Parents:
- 7cb1d6ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/sparc/cpu.c
r7cb1d6ea r48816d7 2 2 * SPARC Dependent Source 3 3 * 4 * COPYRIGHT (c) 1989- 1999.4 * COPYRIGHT (c) 1989-2007. 5 5 * On-Line Applications Research Corporation (OAR). 6 6 * … … 302 302 the_context->o7 = ((uint32_t ) entry_point) - 8; 303 303 the_context->o6_sp = stack_high - CPU_MINIMUM_STACK_FRAME_SIZE; 304 the_context->i6_fp = stack_high;304 the_context->i6_fp = 0; 305 305 306 306 /*
Note: See TracChangeset
for help on using the changeset viewer.