Ignore:
Timestamp:
2018-04-15T09:35:04Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1f44ca
Parents:
8ebe212
Message:

More ccheck fixes, sometimes with manual intervention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/interrupt/interrupt.c

    r8ebe212 r18b6a88  
    165165}
    166166
    167 static NO_TRACE
    168 void fault_from_uspace_core(istate_t *istate, const char *fmt, va_list args)
     167static NO_TRACE void
     168fault_from_uspace_core(istate_t *istate, const char *fmt, va_list args)
    169169{
    170170        printf("Task %s (%" PRIu64 ") killed due to an exception at "
Note: See TracChangeset for help on using the changeset viewer.