Changeset cefb126 in mainline for kernel/arch/abs32le/src/abs32le.c


Ignore:
Timestamp:
2010-07-02T14:19:30Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
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.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/abs32le/src/abs32le.c

    rfe7abd0 rcefb126  
    114114}
    115115
    116 void panic_printf(const char *fmt, ...)
     116void istate_decode(istate_t *istate)
    117117{
    118         va_list args;
    119        
    120         va_start(args, fmt);
    121         vprintf(fmt, args);
    122         va_end(args);
    123        
    124         halt();
     118        (void) istate;
    125119}
    126120
     
    157151}
    158152
     153void early_putchar(wchar_t ch)
     154{
     155}
     156
    159157/** @}
    160158 */
Note: See TracChangeset for help on using the changeset viewer.