Changeset 9a5ccc14 in mainline
- Timestamp:
- 2013-01-20T17:39:57Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33d394a
- Parents:
- bafd198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/exception.c
rbafd198 r9a5ccc14 74 74 /* make it LDR instruction and store at exception vector */ 75 75 *vector = handler_address_ptr | LDR_OPCODE; 76 smc_coherence( *vector);76 smc_coherence(vector); 77 77 78 78 /* store handler's address */
Note:
See TracChangeset
for help on using the changeset viewer.