Changeset 39cea6a in mainline for arch/mips32/src/mips32.c
- Timestamp:
- 2006-04-13T17:38:03Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e185136
- Parents:
- 897ad60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mips32.c
r897ad60 r39cea6a 137 137 } 138 138 139 /** Perform mips32 specific tasks needed before the new task is run. */ 140 void before_task_runs_arch(void) 141 { 142 } 143 144 /** Perform mips32 specific tasks needed before the new thread is scheduled. */ 139 145 void before_thread_runs_arch(void) 140 146 {
Note:
See TracChangeset
for help on using the changeset viewer.