Changeset 5a95b25 in mainline for arch/mips32/src/exception.c


Ignore:
Timestamp:
2005-12-13T11:23:14Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91ef0d95
Parents:
5bb8e45
Message:

Cleanups to make it compile with -Wall. Did not catch everything yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/exception.c

    r5bb8e45 r5a95b25  
    112112}
    113113
     114#ifdef CONFIG_FPU_LAZY
    114115static void cpuns_exception(int n, void *data)
    115116{
     
    119120                panic("unhandled Coprocessor Unusable Exception\n");
    120121}
     122#endif
    121123
    122124static void interrupt_exception(int n, void *pstate)
Note: See TracChangeset for help on using the changeset viewer.