Changeset cefb126 in mainline for kernel/arch/abs32le/src/abs32le.c
- Timestamp:
- 2010-07-02T14:19:30Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 89c57b6
- Parents:
- fe7abd0 (diff), e3ee9b9 (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
rfe7abd0 rcefb126 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 … … 157 151 } 158 152 153 void early_putchar(wchar_t ch) 154 { 155 } 156 159 157 /** @} 160 158 */
Note:
See TracChangeset
for help on using the changeset viewer.