Ignore:
Timestamp:
2010-06-11T16:07:21Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b584cd4
Parents:
b3b7e14a
Message:

use unsigned integers for exception and interrupt numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/machine_func.c

    rb3b7e14a r214ec25c  
    7676 * @param istate Saved processor state.
    7777 */
    78 void machine_irq_exception(int exc_no, istate_t *istate)
     78void machine_irq_exception(unsigned int exc_no, istate_t *istate)
    7979{
    8080        (machine_ops.machine_irq_exception)(exc_no, istate);
Note: See TracChangeset for help on using the changeset viewer.