Changeset cd9ce6be in rtems for cpukit/score
- Timestamp:
- 06/15/10 16:25:16 (13 years ago)
- Branches:
- 4.11, 5, master
- Children:
- a04966e1
- Parents:
- 1e2216c
- Location:
- cpukit/score/cpu/i386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/i386/ChangeLog
r1e2216c rcd9ce6be 1 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * cpu_asm.S: Formatting. 4 1 5 2010-05-21 Vinu Rajashekhar <vinutheraj@gmail.com> 2 6 -
cpukit/score/cpu/i386/cpu_asm.S
r1e2216c rcd9ce6be 88 88 89 89 SYM (_CPU_Context_restore): 90 91 90 movl NEWCONTEXT_ARG(esp),eax /* eax = running threads context */ 92 91 jmp restore
Note: See TracChangeset
for help on using the changeset viewer.