Changeset e3038b4 in mainline for kernel/arch/abs32le/src/abs32le.c
- Timestamp:
- 2010-06-28T22:45:51Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 49eb681
- Parents:
- 05e3cb8 (diff), e4a4b44 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/src/abs32le.c
r05e3cb8 re3038b4 114 114 } 115 115 116 void panic_printf(const char *fmt, ...)116 void istate_decode(istate_t *istate) 117 117 { 118 va_list args; 119 120 va_start(args, fmt); 121 vprintf(fmt, args); 122 va_end(args); 123 124 halt(); 118 (void) istate; 125 119 } 126 120
Note:
See TracChangeset
for help on using the changeset viewer.