Ignore:
Timestamp:
2008-02-27T11:49:17Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56976a17
Parents:
fdb7795
Message:

code cleanup (mostly signed/unsigned)
allow extra compiler warnings

File:
1 edited

Legend:

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

    rfdb7795 r6c441cf8  
    104104static int exc_print_cmd(cmd_arg_t *argv)
    105105{
     106#if (IVT_ITEMS > 0)
    106107        unsigned int i;
    107108        char *symbol;
     
    139140       
    140141        spinlock_unlock(&exctbl_lock);
     142#endif
    141143       
    142144        return 1;
Note: See TracChangeset for help on using the changeset viewer.