Changeset 623ba26c in mainline for arch/mips/src/exception.c
- Timestamp:
- 2005-09-01T14:42:09Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e83a9f7
- Parents:
- db3341e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/exception.c
rdb3341e r623ba26c 33 33 #include <arch/types.h> 34 34 #include <arch.h> 35 #include <debug.h> 35 36 36 37 void exception(void) … … 40 41 __u32 epc_shift = 0; 41 42 pri_t pri; 43 44 ASSERT(CPU != NULL); 42 45 43 46 /*
Note:
See TracChangeset
for help on using the changeset viewer.