Changeset 22a28a69 in mainline for kernel/arch/ppc32
- Timestamp:
- 2010-06-28T22:28:19Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4fe907b9
- Parents:
- 7008097
- Location:
- kernel/arch/ppc32
- Files:
-
- 2 edited
-
include/exception.h (modified) (1 diff)
-
src/interrupt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/exception.h
r7008097 r22a28a69 106 106 } 107 107 108 extern void decode_istate(istate_t *);109 110 108 #endif 111 109 -
kernel/arch/ppc32/src/interrupt.c
r7008097 r22a28a69 52 52 } 53 53 54 void decode_istate(istate_t *istate)54 void istate_decode(istate_t *istate) 55 55 { 56 56 printf("r0 =%p\tr1 =%p\tr2 =%p\n", istate->r0, istate->sp, istate->r2);
Note:
See TracChangeset
for help on using the changeset viewer.
