Changeset 5a95b25 in mainline for arch/mips32/src/exception.c
- Timestamp:
- 2005-12-13T11:23:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91ef0d95
- Parents:
- 5bb8e45
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/exception.c
r5bb8e45 r5a95b25 112 112 } 113 113 114 #ifdef CONFIG_FPU_LAZY 114 115 static void cpuns_exception(int n, void *data) 115 116 { … … 119 120 panic("unhandled Coprocessor Unusable Exception\n"); 120 121 } 122 #endif 121 123 122 124 static void interrupt_exception(int n, void *pstate)
Note:
See TracChangeset
for help on using the changeset viewer.